[arch-commits] Commit in xfconf/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Thu Jun 3 03:49:08 UTC 2021


    Date: Thursday, June 3, 2021 @ 03:49:08
  Author: foutrelis
Revision: 417020

archrelease: copy trunk to extra-x86_64

Added:
  xfconf/repos/extra-x86_64/PKGBUILD
    (from rev 417019, xfconf/trunk/PKGBUILD)
Deleted:
  xfconf/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-03 03:49:04 UTC (rev 417019)
+++ PKGBUILD	2021-06-03 03:49:08 UTC (rev 417020)
@@ -1,35 +0,0 @@
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: tobias <tobias funnychar archlinux.org>
-
-pkgname=xfconf
-pkgver=4.16.0
-pkgrel=1
-pkgdesc="Flexible, easy-to-use configuration management system"
-arch=('x86_64')
-url="https://www.xfce.org/"
-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=('652a119007c67d9ba6c0bc7a740c923d33f32d03dc76dfc7ba682584e72a5425')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --libexecdir=/usr/lib/xfce4 \
-    --localstatedir=/var \
-    --disable-static \
-    --disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfconf/repos/extra-x86_64/PKGBUILD (from rev 417019, xfconf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-03 03:49:08 UTC (rev 417020)
@@ -0,0 +1,35 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: tobias <tobias funnychar archlinux.org>
+
+pkgname=xfconf
+pkgver=4.16.0
+pkgrel=2
+pkgdesc="Flexible, easy-to-use configuration management 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=('652a119007c67d9ba6c0bc7a740c923d33f32d03dc76dfc7ba682584e72a5425')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib/xfce4 \
+    --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