Date: Sunday, November 20, 2022 @ 00:02:17
  Author: arojas
Revision: 1349794

archrelease: copy trunk to community-x86_64

Added:
  xapp/repos/community-x86_64/PKGBUILD
    (from rev 1349793, xapp/trunk/PKGBUILD)
Deleted:
  xapp/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-20 00:02:09 UTC (rev 1349793)
+++ PKGBUILD    2022-11-20 00:02:17 UTC (rev 1349794)
@@ -1,37 +0,0 @@
-# Maintainer: Bruno Pagani <[email protected]>
-# Contributor: Eli Schwartz <[email protected]>
-# Contributor: Alex Filgueira <alexfilgueira (at antergos.com)>
-# Contributor: Nate Simon <aurpkg (at natesimon.net)>
-
-pkgname=xapp
-pkgver=2.4.0
-pkgrel=1
-pkgdesc="Common library for X-Apps project"
-arch=(x86_64)
-url="https://github.com/linuxmint/${pkgname}";
-license=(GPL)
-depends=(libdbusmenu-gtk3 libgnomekbd)
-optdepends=('python: for mate-desktop status applet')
-makedepends=(meson samurai gobject-introspection python-gobject vala)
-provides=(xapps)
-conflicts=(xapps)
-replaces=(xapps)
-source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('5063eb56cce724f5dc3b3028a84bb668225a6180cd6ce1eb00b4ff0102fa1f1e')
-b2sums=('37581b8d01feae0eb55bd004ff3c1908d15c0011fb461f90dbdc50d43c561dafcb22a0af044c26b758a4e0aa156e92d218680fd242f670366ceec64fa983e7df')
-
-build() {
-  arch-meson ${pkgname}-${pkgver} build
-  samu -C build
-}
-
-package(){
-  DESTDIR="${pkgdir}" samu -C build install
-
-  # rm useless scripts
-  rm -r "${pkgdir}"/usr/bin
-
-  # byte-compile python modules since meson does not implement autotools’ 
py-compile.
-  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  python -m compileall -o 0 -o 1 -o 2 --hardlink-dupes -s "${pkgdir}" 
"${pkgdir}"${site_packages}
-}

Copied: xapp/repos/community-x86_64/PKGBUILD (from rev 1349793, 
xapp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-20 00:02:17 UTC (rev 1349794)
@@ -0,0 +1,37 @@
+# Maintainer: Bruno Pagani <[email protected]>
+# Contributor: Eli Schwartz <[email protected]>
+# Contributor: Alex Filgueira <alexfilgueira (at antergos.com)>
+# Contributor: Nate Simon <aurpkg (at natesimon.net)>
+
+pkgname=xapp
+pkgver=2.4.1
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=(x86_64)
+url="https://github.com/linuxmint/${pkgname}";
+license=(GPL)
+depends=(libdbusmenu-gtk3 libgnomekbd)
+optdepends=('python: for mate-desktop status applet')
+makedepends=(meson samurai gobject-introspection python-gobject vala)
+provides=(xapps)
+conflicts=(xapps)
+replaces=(xapps)
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('919bfd9633d8a3a10d06f711feecf7de90d6c4c600d30c19e1550374471439c1')
+b2sums=('2b64e4eb12edda67957768c3f708a10c694d45bf57f0a18e1496c19e770819997961ff7c32ce550d52cb378c9cf8d9f4c9ee1fd70605c7aec079d8a156fd7596')
+
+build() {
+  arch-meson ${pkgname}-${pkgver} build
+  samu -C build
+}
+
+package(){
+  DESTDIR="${pkgdir}" samu -C build install
+
+  # rm useless scripts
+  rm -r "${pkgdir}"/usr/bin
+
+  # byte-compile python modules since meson does not implement autotools’ 
py-compile.
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  python -m compileall -o 0 -o 1 -o 2 --hardlink-dupes -s "${pkgdir}" 
"${pkgdir}"${site_packages}
+}

Reply via email to