Date: Wednesday, December 20, 2017 @ 10:49:16
  Author: svenstaro
Revision: 274994

archrelease: copy trunk to community-x86_64

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

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

Copied: dee/repos/community-x86_64/PKGBUILD (from rev 274993, 
dee/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2017-12-20 10:49:16 UTC (rev 274994)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: Luca Weiss <luca (at) z3ntu (dot) xyz>
+# Contributor: Denis Meiswinkel <[email protected]>
+# Contributor: Balló György <[email protected]>
+
+pkgname=dee
+pkgver=1.2.7
+pkgrel=1
+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
+}
+
+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:

Reply via email to