[arch-commits] Commit in evolution-on/repos (2 files)

Filipe Laíns ffy00 at archlinux.org
Sat Sep 15 20:37:51 UTC 2018


    Date: Saturday, September 15, 2018 @ 20:37:51
  Author: ffy00
Revision: 381765

archrelease: copy trunk to community-x86_64

Added:
  evolution-on/repos/community-x86_64/
  evolution-on/repos/community-x86_64/PKGBUILD
    (from rev 381764, evolution-on/trunk/PKGBUILD)

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: evolution-on/repos/community-x86_64/PKGBUILD (from rev 381764, evolution-on/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-09-15 20:37:51 UTC (rev 381765)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+pkgname=evolution-on
+pkgver=3.24.2
+pkgrel=1
+pkgdesc='Tray plugin for the Evolution email client.'
+arch=('x86_64')
+url='https://github.com/acidrain42/evolution-on'
+license=('GPL2')
+depends=('evolution' 'gconf' 'libnotify')
+makedepends=('git' 'gnome-common')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('7f6c048c052ecab2efefaeddaba9db8f7f63035c5505fce0b9c260b5cf2044fe0c4d90a2e7461e1643f507daa1d3a871be9c16e58311d229697d9ce11faa82cf')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list