[arch-commits] Commit in xfce4-appfinder/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Wed Dec 23 07:30:15 UTC 2020


    Date: Wednesday, December 23, 2020 @ 07:30:15
  Author: foutrelis
Revision: 404902

archrelease: copy trunk to staging-x86_64

Added:
  xfce4-appfinder/repos/staging-x86_64/
  xfce4-appfinder/repos/staging-x86_64/PKGBUILD
    (from rev 404901, xfce4-appfinder/trunk/PKGBUILD)

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

Copied: xfce4-appfinder/repos/staging-x86_64/PKGBUILD (from rev 404901, xfce4-appfinder/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-12-23 07:30:15 UTC (rev 404902)
@@ -0,0 +1,36 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: AndyRTR <andyrtr at archlinux.org>
+# Contributor: tobias <tobias funnychar archlinux.org>
+
+pkgname=xfce4-appfinder
+pkgver=4.16.0
+pkgrel=1
+pkgdesc="An application finder for Xfce"
+arch=('x86_64')
+url="https://www.xfce.org/"
+license=('GPL2')
+groups=('xfce4')
+depends=('libxfce4ui' 'garcon' 'xfconf' 'hicolor-icon-theme')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('37b92aaaeeec8220ed23163cf89321168d3b49e0c48b4c10f12dc4a21fdf0954')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib \
+    --localstatedir=/var \
+    --disable-static \
+    --disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list