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

Daniel M. Capella polyzen at archlinux.org
Mon Nov 18 17:28:05 UTC 2019


    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
===================================================================
--- PKGBUILD	2019-11-18 17:27:40 UTC (rev 530333)
+++ PKGBUILD	2019-11-18 17:28:04 UTC (rev 530334)
@@ -1,28 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-# Contributor: Lucas Saliés Brum <lucas at archlinux dot com dot br>
-# Contributor: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: SmackleFunky <smacklefunky at optusnet dot com dot au>
-# Contributor: Slash <demodevil5 at yahoo dot com>
-
-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)
+++ PKGBUILD	2019-11-18 17:28:04 UTC (rev 530334)
@@ -0,0 +1,28 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: Lucas Saliés Brum <lucas at archlinux dot com dot br>
+# Contributor: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: SmackleFunky <smacklefunky at optusnet dot com dot au>
+# Contributor: Slash <demodevil5 at yahoo dot com>
+
+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:



More information about the arch-commits mailing list