[arch-commits] Commit in xapp/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Mon Jul 18 20:52:45 UTC 2022


    Date: Monday, July 18, 2022 @ 20:52:45
  Author: arojas
Revision: 1254484

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-18 20:52:36 UTC (rev 1254483)
+++ PKGBUILD	2022-07-18 20:52:45 UTC (rev 1254484)
@@ -1,37 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-# Contributor: Eli Schwartz <eschwartz at archlinux.org>
-# Contributor: Alex Filgueira <alexfilgueira (at antergos.com)>
-# Contributor: Nate Simon <aurpkg (at natesimon.net)>
-
-pkgname=xapp
-pkgver=2.2.12
-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=('32f21f5d6e88d175a688f0f32e9dc90548a859fd523ab16bb730c6472f5874e0')
-b2sums=('e43fd7742704780ff686a55ba9f359594479a6bdee83798eec4aeaa929c734d0de996550bbb6a54d16ccf6b2904851c57fc4f6d13c036fe1d254dc19421723cb')
-
-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 1254483, xapp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-18 20:52:45 UTC (rev 1254484)
@@ -0,0 +1,37 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Eli Schwartz <eschwartz at archlinux.org>
+# Contributor: Alex Filgueira <alexfilgueira (at antergos.com)>
+# Contributor: Nate Simon <aurpkg (at natesimon.net)>
+
+pkgname=xapp
+pkgver=2.2.13
+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=('cf9c191a9ece97b9831f486dcf5e169c1ca5c1649573a6a6773d0acfb344fa89')
+b2sums=('219f949bf37426665cfc1fc7ec51d2a6a4eab41a6db41c87e65b27ae8b994d47e476ba585c17bff67b7ce8778864813269726bf369d98397e576e4f6f68c9f07')
+
+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}
+}



More information about the arch-commits mailing list