[arch-commits] Commit in dee/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Mon Aug 6 22:09:43 UTC 2018
Date: Monday, August 6, 2018 @ 22:09:43
Author: foutrelis
Revision: 369952
archrelease: copy trunk to community-staging-x86_64
Added:
dee/repos/community-staging-x86_64/
dee/repos/community-staging-x86_64/PKGBUILD
(from rev 369951, dee/trunk/PKGBUILD)
----------+
PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
Copied: dee/repos/community-staging-x86_64/PKGBUILD (from rev 369951, dee/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2018-08-06 22:09:43 UTC (rev 369952)
@@ -0,0 +1,37 @@
+# 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=3
+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:
More information about the arch-commits
mailing list