[arch-commits] Commit in (4 files)

Daniel M. Capella polyzen at archlinux.org
Thu Dec 27 06:16:13 UTC 2018


    Date: Thursday, December 27, 2018 @ 06:16:13
  Author: polyzen
Revision: 418434

Initial commit

Added:
  hsetroot/
  hsetroot/repos/
  hsetroot/trunk/
  hsetroot/trunk/PKGBUILD

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

Added: hsetroot/trunk/PKGBUILD
===================================================================
--- hsetroot/trunk/PKGBUILD	                        (rev 0)
+++ hsetroot/trunk/PKGBUILD	2018-12-27 06:16:13 UTC (rev 418434)
@@ -0,0 +1,27 @@
+# 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.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
+}



More information about the arch-commits mailing list