[arch-commits] Commit in mailnag/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Feb 20 12:59:18 UTC 2021
Date: Saturday, February 20, 2021 @ 12:59:18
Author: arojas
Revision: 866811
archrelease: copy trunk to community-any
Added:
mailnag/repos/community-any/PKGBUILD
(from rev 866810, mailnag/trunk/PKGBUILD)
Deleted:
mailnag/repos/community-any/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-20 12:59:08 UTC (rev 866810)
+++ PKGBUILD 2021-02-20 12:59:18 UTC (rev 866811)
@@ -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.1.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=10fe0cea217782bf8008e42f753a6e252aa6c364
-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 866810, mailnag/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-02-20 12:59:18 UTC (rev 866811)
@@ -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.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
+}
More information about the arch-commits
mailing list