[arch-commits] Commit in hsetroot/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-11-18 Thread Daniel M. Capella via arch-commits
Date: Monday, November 18, 2019 @ 17:28:04
  Author: polyzen
Revision: 530334

archrelease: copy trunk to community-x86_64

Added:
  hsetroot/repos/community-x86_64/PKGBUILD
(from rev 530333, hsetroot/trunk/PKGBUILD)
Deleted:
  hsetroot/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-18 17:27:40 UTC (rev 530333)
+++ PKGBUILD2019-11-18 17:28:04 UTC (rev 530334)
@@ -1,28 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Lucas Saliés Brum 
-# Contributor: Lukas Fleischer 
-# Contributor: SmackleFunky 
-# Contributor: Slash 
-
-pkgname=hsetroot
-pkgver=1.0.4
-pkgrel=1
-pkgdesc='Tool which allows you to compose wallpapers ("root pixmaps") for X. 
Fork by Hyriand'
-url=https://github.com/himdel/hsetroot
-license=('GPL')
-depends=('imlib2' 'libxinerama')
-arch=('x86_64')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('15c8c84c61d2f39ab75c225bc170e10bc5abf73ddc6474044701dc6bd86a03fb1cfc0dd94f655b66b62463730372db8191c875fa1b2e90038eb356c0465ff4bd')
-
-build() {
-  cd $pkgname-$pkgver
-  LDFLAGS+=",--no-as-needed" make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dt "$pkgdir"/usr/bin hsetroot hsr-outputs
-}
-
-# vim:set ts=2 sw=2 et:

Copied: hsetroot/repos/community-x86_64/PKGBUILD (from rev 530333, 
hsetroot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-18 17:28:04 UTC (rev 530334)
@@ -0,0 +1,28 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Lucas Saliés Brum 
+# Contributor: Lukas Fleischer 
+# Contributor: SmackleFunky 
+# Contributor: Slash 
+
+pkgname=hsetroot
+pkgver=1.0.5
+pkgrel=1
+pkgdesc='Tool which allows you to compose wallpapers ("root pixmaps") for X. 
Fork by Hyriand'
+url=https://github.com/himdel/hsetroot
+license=('GPL')
+depends=('imlib2' 'libxinerama')
+arch=('x86_64')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('b43f7cd75886e72cb6134446d383d7d9a684c818f2d8a0f829670c8dfca5eaaa1eb6c25f30dda41f3483609b25e8a44a3a3cb3a969bba7f77a9b9df712fa2167')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dt "$pkgdir"/usr/bin hsetroot hsr-outputs
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in hsetroot/trunk (PKGBUILD)

2019-11-18 Thread Daniel M. Capella via arch-commits
Date: Monday, November 18, 2019 @ 17:27:40
  Author: polyzen
Revision: 530333

upgpkg: hsetroot 1.0.5-1

Modified:
  hsetroot/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-18 15:26:42 UTC (rev 530332)
+++ PKGBUILD2019-11-18 17:27:40 UTC (rev 530333)
@@ -5,7 +5,7 @@
 # Contributor: Slash 
 
 pkgname=hsetroot
-pkgver=1.0.4
+pkgver=1.0.5
 pkgrel=1
 pkgdesc='Tool which allows you to compose wallpapers ("root pixmaps") for X. 
Fork by Hyriand'
 url=https://github.com/himdel/hsetroot
@@ -13,11 +13,11 @@
 depends=('imlib2' 'libxinerama')
 arch=('x86_64')
 source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('15c8c84c61d2f39ab75c225bc170e10bc5abf73ddc6474044701dc6bd86a03fb1cfc0dd94f655b66b62463730372db8191c875fa1b2e90038eb356c0465ff4bd')
+sha512sums=('b43f7cd75886e72cb6134446d383d7d9a684c818f2d8a0f829670c8dfca5eaaa1eb6c25f30dda41f3483609b25e8a44a3a3cb3a969bba7f77a9b9df712fa2167')
 
 build() {
   cd $pkgname-$pkgver
-  LDFLAGS+=",--no-as-needed" make
+  make
 }
 
 package() {


[arch-commits] Commit in hsetroot/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-08-15 Thread Daniel M. Capella via arch-commits
Date: Friday, August 16, 2019 @ 01:57:40
  Author: polyzen
Revision: 499656

archrelease: copy trunk to community-x86_64

Added:
  hsetroot/repos/community-x86_64/PKGBUILD
(from rev 499655, hsetroot/trunk/PKGBUILD)
Deleted:
  hsetroot/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   55 ---
 1 file changed, 28 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-16 01:57:19 UTC (rev 499655)
+++ PKGBUILD2019-08-16 01:57:40 UTC (rev 499656)
@@ -1,27 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Lucas Saliés Brum 
-# Contributor: Lukas Fleischer 
-# Contributor: SmackleFunky 
-# Contributor: Slash 
-
-pkgname=hsetroot
-pkgver=1.0.2
-pkgrel=7
-pkgdesc='Tool which allows you to compose wallpapers ("root pixmaps") for X'
-url=https://directory.fsf.org/wiki/Hsetroot
-license=('GPL')
-depends=('imlib2')
-arch=('x86_64')
-source=("ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/$pkgname-$pkgver.tar.gz;)
-sha256sums=('d6712d330b31122c077bfc712ec4e213abe1fe71ab24b9150ae2774ca3154fd7')
-
-build() {
-  cd $pkgname-$pkgver
-  LDFLAGS+=",--no-as-needed,-lX11" ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: hsetroot/repos/community-x86_64/PKGBUILD (from rev 499655, 
hsetroot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-16 01:57:40 UTC (rev 499656)
@@ -0,0 +1,28 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Lucas Saliés Brum 
+# Contributor: Lukas Fleischer 
+# Contributor: SmackleFunky 
+# Contributor: Slash 
+
+pkgname=hsetroot
+pkgver=1.0.4
+pkgrel=1
+pkgdesc='Tool which allows you to compose wallpapers ("root pixmaps") for X. 
Fork by Hyriand'
+url=https://github.com/himdel/hsetroot
+license=('GPL')
+depends=('imlib2' 'libxinerama')
+arch=('x86_64')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('15c8c84c61d2f39ab75c225bc170e10bc5abf73ddc6474044701dc6bd86a03fb1cfc0dd94f655b66b62463730372db8191c875fa1b2e90038eb356c0465ff4bd')
+
+build() {
+  cd $pkgname-$pkgver
+  LDFLAGS+=",--no-as-needed" make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dt "$pkgdir"/usr/bin hsetroot hsr-outputs
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in hsetroot/trunk (PKGBUILD)

2019-08-15 Thread Daniel M. Capella via arch-commits
Date: Friday, August 16, 2019 @ 01:57:19
  Author: polyzen
Revision: 499655

upgpkg: hsetroot 1.0.4-1

Modified:
  hsetroot/trunk/PKGBUILD

--+
 PKGBUILD |   21 +++--
 1 file changed, 11 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-16 00:07:33 UTC (rev 499654)
+++ PKGBUILD2019-08-16 01:57:19 UTC (rev 499655)
@@ -5,23 +5,24 @@
 # Contributor: Slash 
 
 pkgname=hsetroot
-pkgver=1.0.2
-pkgrel=7
-pkgdesc='Tool which allows you to compose wallpapers ("root pixmaps") for X'
-url=https://directory.fsf.org/wiki/Hsetroot
+pkgver=1.0.4
+pkgrel=1
+pkgdesc='Tool which allows you to compose wallpapers ("root pixmaps") for X. 
Fork by Hyriand'
+url=https://github.com/himdel/hsetroot
 license=('GPL')
-depends=('imlib2')
+depends=('imlib2' 'libxinerama')
 arch=('x86_64')
-source=("ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/$pkgname-$pkgver.tar.gz;)
-sha256sums=('d6712d330b31122c077bfc712ec4e213abe1fe71ab24b9150ae2774ca3154fd7')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('15c8c84c61d2f39ab75c225bc170e10bc5abf73ddc6474044701dc6bd86a03fb1cfc0dd94f655b66b62463730372db8191c875fa1b2e90038eb356c0465ff4bd')
 
 build() {
   cd $pkgname-$pkgver
-  LDFLAGS+=",--no-as-needed,-lX11" ./configure --prefix=/usr
-  make
+  LDFLAGS+=",--no-as-needed" make
 }
 
 package() {
   cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
+  install -Dt "$pkgdir"/usr/bin hsetroot hsr-outputs
 }
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in hsetroot/trunk (PKGBUILD)

2019-01-12 Thread Daniel M. Capella via arch-commits
Date: Saturday, January 12, 2019 @ 17:52:40
  Author: polyzen
Revision: 422728

Harden

Modified:
  hsetroot/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-12 17:25:33 UTC (rev 422727)
+++ PKGBUILD2019-01-12 17:52:40 UTC (rev 422728)
@@ -6,7 +6,7 @@
 
 pkgname=hsetroot
 pkgver=1.0.2
-pkgrel=6
+pkgrel=7
 pkgdesc='Tool which allows you to compose wallpapers ("root pixmaps") for X'
 url=https://directory.fsf.org/wiki/Hsetroot
 license=('GPL')
@@ -17,7 +17,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  LDFLAGS="-lX11" ./configure --prefix=/usr
+  LDFLAGS+=",--no-as-needed,-lX11" ./configure --prefix=/usr
   make
 }
 


[arch-commits] Commit in hsetroot/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-01-12 Thread Daniel M. Capella via arch-commits
Date: Saturday, January 12, 2019 @ 17:53:01
  Author: polyzen
Revision: 422729

archrelease: copy trunk to community-x86_64

Added:
  hsetroot/repos/community-x86_64/PKGBUILD
(from rev 422728, hsetroot/trunk/PKGBUILD)
Deleted:
  hsetroot/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-12 17:52:40 UTC (rev 422728)
+++ PKGBUILD2019-01-12 17:53:01 UTC (rev 422729)
@@ -1,27 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Lucas Saliés Brum 
-# Contributor: Lukas Fleischer 
-# Contributor: SmackleFunky 
-# Contributor: Slash 
-
-pkgname=hsetroot
-pkgver=1.0.2
-pkgrel=6
-pkgdesc='Tool which allows you to compose wallpapers ("root pixmaps") for X'
-url=https://directory.fsf.org/wiki/Hsetroot
-license=('GPL')
-depends=('imlib2')
-arch=('x86_64')
-source=("ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/$pkgname-$pkgver.tar.gz;)
-sha256sums=('d6712d330b31122c077bfc712ec4e213abe1fe71ab24b9150ae2774ca3154fd7')
-
-build() {
-  cd $pkgname-$pkgver
-  LDFLAGS="-lX11" ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: hsetroot/repos/community-x86_64/PKGBUILD (from rev 422728, 
hsetroot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-12 17:53:01 UTC (rev 422729)
@@ -0,0 +1,27 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Lucas Saliés Brum 
+# Contributor: Lukas Fleischer 
+# Contributor: SmackleFunky 
+# Contributor: Slash 
+
+pkgname=hsetroot
+pkgver=1.0.2
+pkgrel=7
+pkgdesc='Tool which allows you to compose wallpapers ("root pixmaps") for X'
+url=https://directory.fsf.org/wiki/Hsetroot
+license=('GPL')
+depends=('imlib2')
+arch=('x86_64')
+source=("ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/$pkgname-$pkgver.tar.gz;)
+sha256sums=('d6712d330b31122c077bfc712ec4e213abe1fe71ab24b9150ae2774ca3154fd7')
+
+build() {
+  cd $pkgname-$pkgver
+  LDFLAGS+=",--no-as-needed,-lX11" ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in hsetroot/repos (community-x86_64 community-x86_64/PKGBUILD)

2018-12-26 Thread Daniel M. Capella via arch-commits
Date: Thursday, December 27, 2018 @ 06:18:10
  Author: polyzen
Revision: 418435

archrelease: copy trunk to community-x86_64

Added:
  hsetroot/repos/community-x86_64/
  hsetroot/repos/community-x86_64/PKGBUILD
(from rev 418434, hsetroot/trunk/PKGBUILD)

--+
 PKGBUILD |   27 +++
 1 file changed, 27 insertions(+)

Copied: hsetroot/repos/community-x86_64/PKGBUILD (from rev 418434, 
hsetroot/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-12-27 06:18:10 UTC (rev 418435)
@@ -0,0 +1,27 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Lucas Saliés Brum 
+# Contributor: Lukas Fleischer 
+# Contributor: SmackleFunky 
+# Contributor: Slash 
+
+pkgname=hsetroot
+pkgver=1.0.2
+pkgrel=6
+pkgdesc='Tool which allows you to compose wallpapers ("root pixmaps") for X'
+url=https://directory.fsf.org/wiki/Hsetroot
+license=('GPL')
+depends=('imlib2')
+arch=('x86_64')
+source=("ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/$pkgname-$pkgver.tar.gz;)
+sha256sums=('d6712d330b31122c077bfc712ec4e213abe1fe71ab24b9150ae2774ca3154fd7')
+
+build() {
+  cd $pkgname-$pkgver
+  LDFLAGS="-lX11" ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in (hsetroot)

2014-07-30 Thread Lukas Fleischer
Date: Wednesday, July 30, 2014 @ 10:09:10
  Author: lfleischer
Revision: 116576

Move hsetroot to [unsupported]

Upstream is dead: Website gone, sources gone, developer does not reply
to emails.

Deleted:
  hsetroot/