Date: Saturday, November 19, 2022 @ 20:10:21
Author: arojas
Revision: 1349747
archrelease: copy trunk to community-x86_64
Added:
xapp/repos/community-x86_64/PKGBUILD
(from rev 1349746, xapp/trunk/PKGBUILD)
Deleted:
xapp/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-19 20:10:09 UTC (rev 1349746)
+++ PKGBUILD 2022-11-19 20:10:21 UTC (rev 1349747)
@@ -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.2.15
-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=('05eb9e26511df2b9683eb8997a9bf02e796be9390553113c9727901f43461f3c')
-b2sums=('2f136372d7015a63de38b09ed08e3221be1b59eb01f7cce38d20374451c70b67a2158464c539433f267f0f987953089e606b09977bc2582206af2f7fede80a45')
-
-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 1349746,
xapp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-19 20:10:21 UTC (rev 1349747)
@@ -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.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}
+}