Date: Monday, April 17, 2023 @ 12:12:00
  Author: foutrelis
Revision: 474115

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-17 12:11:57 UTC (rev 474114)
+++ PKGBUILD    2023-04-17 12:12:00 UTC (rev 474115)
@@ -1,33 +0,0 @@
-# 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:

Copied: xfconf/repos/extra-x86_64/PKGBUILD (from rev 474114, 
xfconf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-17 12:12:00 UTC (rev 474115)
@@ -0,0 +1,33 @@
+# Maintainer: Evangelos Foutras <[email protected]>
+# Contributor: tobias <tobias funnychar archlinux.org>
+
+pkgname=xfconf
+pkgver=4.18.1
+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=('d9714751bbcfdc5a59340da6ef8ddfc0807221587b962d907f97dc0a8a002257')
+
+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