[arch-commits] Commit in mailnag/repos/community-any (PKGBUILD PKGBUILD)

Balló György bgyorgy at archlinux.org
Sat Apr 17 01:29:51 UTC 2021


    Date: Saturday, April 17, 2021 @ 01:29:50
  Author: bgyorgy
Revision: 919607

archrelease: copy trunk to community-any

Added:
  mailnag/repos/community-any/PKGBUILD
    (from rev 919606, mailnag/trunk/PKGBUILD)
Deleted:
  mailnag/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   65 ++++++++++++++++++++++++-------------------------------------
 1 file changed, 26 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-17 01:29:43 UTC (rev 919606)
+++ PKGBUILD	2021-04-17 01:29:50 UTC (rev 919607)
@@ -1,39 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Patrick Ulbrich <zulu99 at gmx . net>
-# Contributor: rasmus <rasmus . pank at gmail . com>
-
-pkgname=mailnag
-pkgver=2.2.0
-pkgrel=1
-pkgdesc="Extensible mail notification daemon"
-arch=('any')
-url="https://github.com/pulb/mailnag"
-license=('GPL')
-depends=('gst-plugins-base' 'gtk3' 'libnotify' 'libsecret' 'python-dbus' 'python-gobject' 'python-xdg')
-makedepends=(git)
-optdepends=('mailnag-goa-plugin: GNOME Online Accounts integration'
-            'mailnag-gnome-shell: GNOME Shell integration')
-_commit=4a65218a61b0f34c9758a0ee7b33c6f54b68990a
-source=("git+https://github.com/pulb/mailnag.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  # Add categories to desktop file
-  echo 'Categories=Network;Email;' >> data/mailnag.desktop
-}
-
-build() {
-  cd $pkgname
-  python setup.py build
-}
-
-package() {
-  cd $pkgname
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: mailnag/repos/community-any/PKGBUILD (from rev 919606, mailnag/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-17 01:29:50 UTC (rev 919607)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Patrick Ulbrich <zulu99 at gmx . net>
+# Contributor: rasmus <rasmus . pank at gmail . com>
+
+pkgname=mailnag
+pkgver=2.2.0
+pkgrel=2
+pkgdesc='Extensible mail notification daemon'
+arch=('any')
+url='https://github.com/pulb/mailnag'
+license=('GPL')
+depends=('dbus-python' 'gst-plugins-base' 'gtk3' 'libnotify' 'libsecret' 'python-gobject' 'python-pyxdg')
+optdepends=('mailnag-goa-plugin: GNOME Online Accounts integration'
+            'mailnag-gnome-shell: GNOME Shell integration')
+source=("https://github.com/pulb/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('27cff6844f3601cf903505fcd50c2443a7b39720429737583f1b2392bc69a3e9')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list