[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/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
 }