Date: Sunday, August 11, 2019 @ 23:15:39
  Author: foutrelis
Revision: 359653

archrelease: copy trunk to staging-x86_64

Added:
  xfce4-panel/repos/staging-x86_64/
  xfce4-panel/repos/staging-x86_64/PKGBUILD
    (from rev 359652, xfce4-panel/trunk/PKGBUILD)

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

Copied: xfce4-panel/repos/staging-x86_64/PKGBUILD (from rev 359652, 
xfce4-panel/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2019-08-11 23:15:39 UTC (rev 359653)
@@ -0,0 +1,37 @@
+# Maintainer: Evangelos Foutras <[email protected]>
+# Contributor: tobias <tobias funnychar archlinux.org>
+
+pkgname=xfce4-panel
+pkgver=4.14.0
+pkgrel=1
+pkgdesc="Panel for the Xfce desktop environment"
+arch=('x86_64')
+url="https://www.xfce.org/";
+license=('GPL2')
+groups=('xfce4')
+depends=('exo' 'garcon' 'libxfce4ui' 'xfconf' 'libwnck3' 'hicolor-icon-theme'
+         'desktop-file-utils')
+makedepends=('intltool' 'gobject-introspection' 'vala')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('d5f8f3bd7e142139987e5e62cda26135a424baabb5e47aa0c23b4169d0a66ef4')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib \
+    --localstatedir=/var \
+    --disable-static \
+    --enable-gio-unix \
+    --disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to