Date: Thursday, January 5, 2023 @ 07:27:03
Author: foutrelis
Revision: 465621
archrelease: copy trunk to extra-x86_64
Added:
libxfce4ui/repos/extra-x86_64/PKGBUILD
(from rev 465620, libxfce4ui/trunk/PKGBUILD)
Deleted:
libxfce4ui/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-05 07:26:59 UTC (rev 465620)
+++ PKGBUILD 2023-01-05 07:27:03 UTC (rev 465621)
@@ -1,34 +0,0 @@
-# Maintainer: Evangelos Foutras <[email protected]>
-# Contributor: Xavier Devlamynck <[email protected]>
-
-pkgname=libxfce4ui
-pkgver=4.18.0
-pkgrel=1
-pkgdesc="Widgets library for the Xfce desktop environment"
-arch=('x86_64')
-url="https://www.xfce.org/"
-license=('GPL2')
-depends=('libxfce4util' 'gtk3' 'xfconf' 'libsm' 'startup-notification'
- 'libgtop' 'libepoxy' 'hicolor-icon-theme')
-makedepends=('intltool' 'gobject-introspection' 'vala')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('532247c4387c17bb9ef94a73147039b8d013c3131c95cdbd2fa85fbcc848d06b')
-
-build() {
- cd $pkgname-$pkgver
-
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --disable-debug \
- --with-vendor-info='Arch Linux'
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: libxfce4ui/repos/extra-x86_64/PKGBUILD (from rev 465620,
libxfce4ui/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-05 07:27:03 UTC (rev 465621)
@@ -0,0 +1,34 @@
+# Maintainer: Evangelos Foutras <[email protected]>
+# Contributor: Xavier Devlamynck <[email protected]>
+
+pkgname=libxfce4ui
+pkgver=4.18.1
+pkgrel=1
+pkgdesc="Widgets library for the Xfce desktop environment"
+arch=('x86_64')
+url="https://www.xfce.org/"
+license=('GPL2')
+depends=('libxfce4util' 'gtk3' 'xfconf' 'libsm' 'startup-notification'
+ 'libgtop' 'libepoxy' 'hicolor-icon-theme')
+makedepends=('intltool' 'gobject-introspection' 'vala')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('6ebf7b30021b7bce75824b4c6dc2571ffb3dcd6a74468e823a74719313e5e52e')
+
+build() {
+ cd $pkgname-$pkgver
+
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --disable-debug \
+ --with-vendor-info='Arch Linux'
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et: