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

Jelle van der Waa jelle at archlinux.org
Mon Dec 9 11:18:10 UTC 2019


    Date: Monday, December 9, 2019 @ 11:18:09
  Author: jelle
Revision: 536389

archrelease: copy trunk to community-x86_64

Added:
  dee/repos/community-x86_64/PKGBUILD
    (from rev 536388, dee/trunk/PKGBUILD)
Deleted:
  dee/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-09 11:18:03 UTC (rev 536388)
+++ PKGBUILD	2019-12-09 11:18:09 UTC (rev 536389)
@@ -1,40 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Luca Weiss <luca (at) z3ntu (dot) xyz>
-# Contributor: Denis Meiswinkel <denis.meiswinkel at gmail.com>
-# Contributor: Balló György <ballogyor+arch at gmail.com>
-
-pkgname=dee
-pkgver=1.2.7
-pkgrel=6
-pkgdesc="Model to synchronize multiple instances over DBus"
-arch=("x86_64")
-url="https://launchpad.net/dee"
-license=("LGPL")
-depends=("glib2" "icu")
-makedepends=("gobject-introspection" "python2" "vala")
-source=("https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz"
-        "https://launchpadlibrarian.net/258481465/fix-misleading-indentation.patch")
-sha256sums=('1bf0336ce684aa0f48d6eae2469628c1a9b43695a77443bc31a5790aa673bf8a'
-            '3bf75bd632d6be88632c0f6113aac5ac5d65e1a01b408c27ea1fd7bb718d6ebd')
-
-prepare() {
-  cd $srcdir
-  patch -p1 -i $srcdir/fix-misleading-indentation.patch
-
-  cd ${pkgname}-${pkgver}
-  sed -i 's/-Werror//' configure
-}
-
-build() {
-	cd ${pkgname}-${pkgver}
-	export PYTHON="/usr/bin/python2"
-	./configure --prefix="/usr" --sysconfdir="/etc" --localstatedir="/var" --disable-{static,tests}
-	make
-}
-
-package() {
-	cd $pkgname-$pkgver
-	make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: dee/repos/community-x86_64/PKGBUILD (from rev 536388, dee/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-09 11:18:09 UTC (rev 536389)
@@ -0,0 +1,40 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Luca Weiss <luca (at) z3ntu (dot) xyz>
+# Contributor: Denis Meiswinkel <denis.meiswinkel at gmail.com>
+# Contributor: Balló György <ballogyor+arch at gmail.com>
+
+pkgname=dee
+pkgver=1.2.7
+pkgrel=7
+pkgdesc="Model to synchronize multiple instances over DBus"
+arch=("x86_64")
+url="https://launchpad.net/dee"
+license=("LGPL")
+depends=("glib2" "icu")
+makedepends=("gobject-introspection" "python" "vala")
+source=("https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz"
+        "https://launchpadlibrarian.net/258481465/fix-misleading-indentation.patch")
+sha256sums=('1bf0336ce684aa0f48d6eae2469628c1a9b43695a77443bc31a5790aa673bf8a'
+            '3bf75bd632d6be88632c0f6113aac5ac5d65e1a01b408c27ea1fd7bb718d6ebd')
+
+prepare() {
+  cd $srcdir
+  patch -p1 -i $srcdir/fix-misleading-indentation.patch
+
+  cd ${pkgname}-${pkgver}
+  sed -i 's/-Werror//' configure
+}
+
+build() {
+	cd ${pkgname}-${pkgver}
+	export PYTHON="/usr/bin/python"
+	./configure --prefix="/usr" --sysconfdir="/etc" --localstatedir="/var" --disable-{static,tests}
+	make
+}
+
+package() {
+	cd $pkgname-$pkgver
+	make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list