[arch-commits] Commit in mozo/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Mon Nov 15 17:14:59 UTC 2021
Date: Monday, November 15, 2021 @ 17:14:59
Author: arojas
Revision: 1048345
archrelease: copy trunk to community-any
Added:
mozo/repos/community-any/PKGBUILD
(from rev 1048344, mozo/trunk/PKGBUILD)
Deleted:
mozo/repos/community-any/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-15 17:14:50 UTC (rev 1048344)
+++ PKGBUILD 2021-11-15 17:14:59 UTC (rev 1048345)
@@ -1,28 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mozo
-pkgver=1.26.0
-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=('4642cbf985fa0d72e205ad7f6abfb7d008e3117e2c5e331340f2bc6466c3ddc2')
-
-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 1048344, mozo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-15 17:14:59 UTC (rev 1048345)
@@ -0,0 +1,28 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mozo
+pkgver=1.26.1
+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=('0f24429a3b037bd0688ec4c391d9d8781e42b23ef345f5e50af1e72c5ef2fa39')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ PYTHON=/usr/bin/python ./configure \
+ --prefix=/usr
+ make
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list