[arch-commits] Commit in mailnag/repos/community-staging-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Dec 2 22:42:21 UTC 2021
Date: Thursday, December 2, 2021 @ 22:42:21
Author: felixonmars
Revision: 1062869
archrelease: copy trunk to community-staging-any
Added:
mailnag/repos/community-staging-any/PKGBUILD
(from rev 1062867, mailnag/trunk/PKGBUILD)
Deleted:
mailnag/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 22:42:19 UTC (rev 1062868)
+++ PKGBUILD 2021-12-02 22:42:21 UTC (rev 1062869)
@@ -1,27 +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=4
-pkgdesc='Extensible mail notification daemon'
-arch=('any')
-url='https://github.com/pulb/mailnag'
-license=('GPL')
-depends=('dbus-python' 'gst-plugins-base' 'gst-python' '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
-}
Copied: mailnag/repos/community-staging-any/PKGBUILD (from rev 1062867, mailnag/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 22:42:21 UTC (rev 1062869)
@@ -0,0 +1,27 @@
+# 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=5
+pkgdesc='Extensible mail notification daemon'
+arch=('any')
+url='https://github.com/pulb/mailnag'
+license=('GPL')
+depends=('dbus-python' 'gst-plugins-base' 'gst-python' '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