[arch-commits] Commit in libxfce4ui/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Nov 9 23:26:01 UTC 2018


    Date: Friday, November 9, 2018 @ 23:25:59
  Author: felixonmars
Revision: 338771

archrelease: copy trunk to staging-x86_64

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

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

Copied: libxfce4ui/repos/staging-x86_64/PKGBUILD (from rev 338770, libxfce4ui/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2018-11-09 23:25:59 UTC (rev 338771)
@@ -0,0 +1,36 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Xavier Devlamynck <magicrhesus at ouranos.be>
+
+pkgname=libxfce4ui
+pkgver=4.12.1
+pkgrel=3
+pkgdesc="Commonly used Xfce widgets among Xfce applications"
+arch=('x86_64')
+url="http://www.xfce.org/"
+license=('GPL2')
+depends=('libxfce4util' 'gtk2' 'gtk3' 'xfconf' 'libsm' 'startup-notification'
+         'hicolor-icon-theme')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('3d619811bfbe7478bb984c16543d980cadd08586365a7bc25e59e3ca6384ff43')
+
+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:



More information about the arch-commits mailing list