Date: Saturday, November 12, 2022 @ 19:37:01
Author: arojas
Revision: 1347073
archrelease: copy trunk to community-any
Added:
mozo/repos/community-any/PKGBUILD
(from rev 1347072, mozo/trunk/PKGBUILD)
Deleted:
mozo/repos/community-any/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-12 19:36:52 UTC (rev 1347072)
+++ PKGBUILD 2022-11-12 19:37:01 UTC (rev 1347073)
@@ -1,28 +0,0 @@
-# Maintainer: Brad Fanella <[email protected]>
-# Contributor: Martin Wimpress <[email protected]>
-
-pkgname=mozo
-pkgver=1.26.1
-pkgrel=2
-pkgdesc="MATE menu editing tool"
-url="https://mate-desktop.org"
-arch=('any')
-license=('GPL')
-depends=('gtk3' 'python>=3.5' 'mate-menus' 'python-gobject' 'gettext'
'mate-panel')
-groups=('mate-extra')
-conflicts=('mozo-gtk3')
-replaces=('mozo-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('0f24429a3b037bd0688ec4c391d9d8781e42b23ef345f5e50af1e72c5ef2fa39')
-
-build() {
- cd "${pkgname}-${pkgver}"
- PYTHON=/usr/bin/python ./configure \
- --prefix=/usr
- make
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: mozo/repos/community-any/PKGBUILD (from rev 1347072,
mozo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-12 19:37:01 UTC (rev 1347073)
@@ -0,0 +1,28 @@
+# Maintainer: Brad Fanella <[email protected]>
+# Contributor: Martin Wimpress <[email protected]>
+
+pkgname=mozo
+pkgver=1.26.2
+pkgrel=1
+pkgdesc="MATE menu editing tool"
+url="https://mate-desktop.org"
+arch=('any')
+license=('GPL')
+depends=('gtk3' 'python>=3.5' 'mate-menus' 'python-gobject' 'gettext'
'mate-panel')
+groups=('mate-extra')
+conflicts=('mozo-gtk3')
+replaces=('mozo-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('472c482e0ef2fb1629e61e17daaa1a487f64392b029849dc9a4082afb38bc9ee')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ PYTHON=/usr/bin/python ./configure \
+ --prefix=/usr
+ make
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}