Date: Thursday, December 15, 2022 @ 13:17:25
  Author: foutrelis
Revision: 464364

archrelease: copy trunk to staging-x86_64

Added:
  xfconf/repos/staging-x86_64/
  xfconf/repos/staging-x86_64/PKGBUILD
    (from rev 464363, xfconf/trunk/PKGBUILD)

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

Copied: xfconf/repos/staging-x86_64/PKGBUILD (from rev 464363, 
xfconf/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2022-12-15 13:17:25 UTC (rev 464364)
@@ -0,0 +1,33 @@
+# Maintainer: Evangelos Foutras <[email protected]>
+# Contributor: tobias <tobias funnychar archlinux.org>
+
+pkgname=xfconf
+pkgver=4.18.0
+pkgrel=1
+pkgdesc="D-Bus-based configuration storage system"
+arch=('x86_64')
+url="https://docs.xfce.org/xfce/xfconf/start";
+license=('GPL2')
+groups=('xfce4')
+depends=('libxfce4util')
+makedepends=('intltool' 'gobject-introspection' 'vala')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('2e8c50160bf800a807aea094fc9dad81f9f361f42db56607508ed5b4855d2906')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --disable-debug
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to