[arch-commits] Commit in mozo/repos/community-any (PKGBUILD PKGBUILD)
Brad Fanella
cesura at archlinux.org
Mon Oct 7 11:01:59 UTC 2019
Date: Monday, October 7, 2019 @ 11:01:58
Author: cesura
Revision: 513720
archrelease: copy trunk to community-any
Added:
mozo/repos/community-any/PKGBUILD
(from rev 513719, mozo/trunk/PKGBUILD)
Deleted:
mozo/repos/community-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-07 11:01:43 UTC (rev 513719)
+++ PKGBUILD 2019-10-07 11:01:58 UTC (rev 513720)
@@ -1,29 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mozo
-pkgver=1.22.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')
-makedepends=('intltool')
-groups=('mate-extra')
-conflicts=('mozo-gtk3')
-replaces=('mozo-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('105368e49f62afdec2a950795b5519340178aaa73388c98ebbd69b35eeb9ce79')
-
-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 513719, mozo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-07 11:01:58 UTC (rev 513720)
@@ -0,0 +1,29 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mozo
+pkgver=1.22.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')
+makedepends=('intltool')
+groups=('mate-extra')
+conflicts=('mozo-gtk3')
+replaces=('mozo-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('3ac309dabeaa5d7a1bca27e3ed1e1b3d59152ef7177e9e1d0a620392bee6ecd3')
+
+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