summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjnanar2018-06-02 09:17:29 +0200
committerjnanar2018-06-02 09:17:29 +0200
commitd6defb493cc0d58bc924082c9e3183109c07c784 (patch)
tree34807f0bd8779966efbb22ba7509317831f53db2
parentc6a39b2782bc297181acb052862643aec57412d4 (diff)
downloadaur-d6defb493cc0d58bc924082c9e3183109c07c784.tar.gz
Move 'depends' and '+pkgdesc' section to the PKGBILD core. See https://bugs.archlinux.org/task/42191 https://github.com/archlinuxfr/yaourt/issues/85
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff57bcbc07cd..b4fe1e8268be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,5 @@
pkgbase = sat-xmpp-hg
+ pkgdesc = Salut à Toi, multi-frontends multi-purposes XMPP client (core)
pkgver = 0.7.0.r2605.87f8cf51fca5
pkgrel = 1
url = http://salut-a-toi.org/
@@ -7,12 +8,6 @@ pkgbase = sat-xmpp-hg
makedepends = python2-setuptools
makedepends = mercurial
depends = python2
- options = !strip
- source = hg+http://repos.goffi.org/sat
- md5sums = SKIP
-
-pkgname = sat-xmpp-hg
- pkgdesc = Salut à Toi, multi-frontends multi-purposes XMPP client (core)
depends = dbus
depends = python2-lxml>=3.1.0
depends = python2-pillow
@@ -43,4 +38,9 @@ pkgname = sat-xmpp-hg
depends = python2-urwid>=1.2.0
depends = python2-urwid-satext>=0.6.1
depends = python2-xlib
+ options = !strip
+ source = hg+http://repos.goffi.org/sat
+ md5sums = SKIP
+
+pkgname = sat-xmpp-hg
diff --git a/PKGBUILD b/PKGBUILD
index 4bd3b529d9b8..69c58195cc49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,9 @@ pkgver=0.7.0.r2605.87f8cf51fca5
VERSION=0.7.0
pkgrel=1
url="http://salut-a-toi.org/"
+pkgdesc="Salut à Toi, multi-frontends multi-purposes XMPP client (core)"
arch=('any')
-depends=('python2')
+depends=('python2' 'dbus' 'python2-lxml>=3.1.0' 'python2-pillow' 'python2-pycryptodomex>=2.6.1' 'python2-pyopenssl' 'python2-dbus' 'python2-potr' 'python2-twisted' 'python2-wokkel>=0.7.1' 'python-xdg' 'python2-zope-interface' 'mutagen' 'python2-markdown' 'python2-xdg' 'python2-shortuuid-git' 'python2-gobject2' 'python2-html2text' 'python2-netifaces' 'python2-miniupnpc' 'python2-service-identity' 'sat-tmp-hg' 'python2-dateutil' 'python2-regex' 'python2-gobject' 'python2-progressbar' 'python2-pyinotify' 'python2-babel' 'python2-urwid>=1.2.0' 'python2-urwid-satext>=0.6.1' 'python2-xlib')
makedepends=('python2-setuptools' 'mercurial')
license=('AGPL3')
source=("hg+http://repos.goffi.org/sat")
@@ -32,14 +33,10 @@ build() {
}
package(){
- pkgdesc="Salut à Toi, multi-frontends multi-purposes XMPP client (core)"
- depends=('dbus' 'python2-lxml>=3.1.0' 'python2-pillow' 'python2-pycryptodomex>=2.6.1' 'python2-pyopenssl' 'python2-dbus' 'python2-potr' 'python2-twisted' 'python2-wokkel>=0.7.1' 'python-xdg' 'python2-zope-interface' 'mutagen' 'python2-markdown' 'python2-xdg' 'python2-shortuuid-git' 'python2-gobject2' 'python2-html2text' 'python2-netifaces' 'python2-miniupnpc' 'python2-service-identity' 'sat-tmp-hg' 'python2-dateutil' 'python2-regex' 'python2-gobject' 'python2-progressbar' 'python2-pyinotify' 'python2-babel' 'python2-urwid>=1.2.0' 'python2-urwid-satext>=0.6.1' 'python2-xlib')
-
cd "$pkgdir"
install -dm755 usr/bin/
install -dm755 usr/lib/python2.7/site-packages/
- install -dm755 usr/lib/python2.7/site-packages/sat_frontends
-
+ install -dm755 usr/lib/python2.7/site-packages/sat_frontends
cd "$srcdir/fakeinstall"
mv -v usr/bin/* "$pkgdir/usr/bin/"
mv -v usr/share/ "$pkgdir/usr/"