[arch-commits] Commit in mailnag/repos/community-staging-any (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 10:13:24 UTC 2020
Date: Thursday, November 12, 2020 @ 10:13:24
Author: foutrelis
Revision: 751495
archrelease: copy trunk to community-staging-any
Added:
mailnag/repos/community-staging-any/PKGBUILD
(from rev 751494, mailnag/trunk/PKGBUILD)
Deleted:
mailnag/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 10:13:20 UTC (rev 751494)
+++ PKGBUILD 2020-11-12 10:13:24 UTC (rev 751495)
@@ -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.0.0
-pkgrel=3
-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=d3c1f7a43626484e02bcdf507a3562bf6869327c # tags/v2.0.0
-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-staging-any/PKGBUILD (from rev 751494, mailnag/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 10:13:24 UTC (rev 751495)
@@ -0,0 +1,39 @@
+# 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.0.0
+pkgrel=4
+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=d3c1f7a43626484e02bcdf507a3562bf6869327c # tags/v2.0.0
+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
+}
More information about the arch-commits
mailing list