[arch-commits] Commit in mailnag-gnome-shell/repos (2 files)
Jan Steffens
heftig at gemini.archlinux.org
Mon Nov 8 21:09:08 UTC 2021
Date: Monday, November 8, 2021 @ 21:09:07
Author: heftig
Revision: 1038949
archrelease: copy trunk to community-staging-x86_64
Added:
mailnag-gnome-shell/repos/community-staging-x86_64/
mailnag-gnome-shell/repos/community-staging-x86_64/PKGBUILD
(from rev 1038948, mailnag-gnome-shell/trunk/PKGBUILD)
----------+
PKGBUILD | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
Copied: mailnag-gnome-shell/repos/community-staging-x86_64/PKGBUILD (from rev 1038948, mailnag-gnome-shell/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2021-11-08 21:09:07 UTC (rev 1038949)
@@ -0,0 +1,24 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Patrick Ulbrich <zulu99 at gmx . net>
+
+pkgname=mailnag-gnome-shell
+pkgver=40.0
+pkgrel=2
+pkgdesc='Mailnag GNOME Shell extension'
+arch=('x86_64')
+url='https://github.com/pulb/mailnag-gnome-shell'
+license=('GPL')
+depends=('folks' 'gnome-shell' 'mailnag')
+makedepends=('vala')
+source=("https://github.com/pulb/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('2b4286ea66c3322e93afccda6c62ef7063bd2c76d30661946078dadb61cf6ba7')
+
+build() {
+ cd $pkgname-$pkgver
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make prefix="$pkgdir"/usr install
+}
More information about the arch-commits
mailing list