[arch-commits] Commit in evolution-on/repos/community-x86_64 (PKGBUILD PKGBUILD)

Balló György bgyorgy at archlinux.org
Sat Sep 15 20:57:31 UTC 2018


    Date: Saturday, September 15, 2018 @ 20:57:30
  Author: bgyorgy
Revision: 381770

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-15 20:57:26 UTC (rev 381769)
+++ PKGBUILD	2018-09-15 20:57:30 UTC (rev 381770)
@@ -1,29 +0,0 @@
-# $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
-}
-

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



More information about the arch-commits mailing list