Date: Tuesday, May 19, 2020 @ 08:29:07
  Author: felixonmars
Revision: 386329

archrelease: copy trunk to staging-x86_64

Added:
  libxfce4ui/repos/staging-x86_64/
  libxfce4ui/repos/staging-x86_64/PKGBUILD
    (from rev 386326, libxfce4ui/trunk/PKGBUILD)

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

Copied: libxfce4ui/repos/staging-x86_64/PKGBUILD (from rev 386326, 
libxfce4ui/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2020-05-19 08:29:07 UTC (rev 386329)
@@ -0,0 +1,36 @@
+# Maintainer: Evangelos Foutras <[email protected]>
+# Contributor: Xavier Devlamynck <[email protected]>
+
+pkgname=libxfce4ui
+pkgver=4.14.1
+pkgrel=3
+pkgdesc="Commonly used Xfce widgets among Xfce applications"
+arch=('x86_64')
+url="https://www.xfce.org/";
+license=('GPL2')
+depends=('libxfce4util' 'gtk2' 'gtk3' 'xfconf' 'libsm' 'startup-notification'
+         'hicolor-icon-theme')
+makedepends=('intltool' 'gobject-introspection' 'vala')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('c449075eaeae4d1138d22eeed3d2ad7032b87fb8878eada9b770325bed87f2da')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib \
+    --localstatedir=/var \
+    --disable-static \
+    --disable-debug \
+    --with-vendor-info='Arch Linux'
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to