summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD20
3 files changed, 24 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25e653a5a7d1..e80cb7bea54a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Sat Sep 10 04:20:20 UTC 2016
pkgbase = exo-git
- pkgdesc = Extensions to Xfce by os-cillation.
+ pkgdesc = Extensions to Xfce originally developed by os-cillation.
pkgver = 0.10.6.r1635.ce731c3
- pkgrel = 2
+ pkgrel = 9
epoch = 1
url = http://git.xfce.org/xfce/exo/tree/README
install = exo-git.install
@@ -17,17 +19,17 @@ pkgbase = exo-git
makedepends = perl-uri
makedepends = pygtk>=2.13
depends = libxfce4util
- depends = gtk2>=2.18.6-1
- depends = glib2>=2.22.4-1
+ depends = gtk3>=3.20
+ depends = glib2>=2.22.4
depends = hicolor-icon-theme
- depends = libxfce4ui
+ depends = libxfce4ui-git
depends = libsm
optdepends = libnotify: enables notification support
optdepends = perl: enables mail-compose helper script
provides = exo
conflicts = exo
options = !libtool
- source = git://git.xfce.org/xfce/exo
+ source = exo-git::git://git.xfce.org/xfce/exo
md5sums = SKIP
pkgname = exo-git
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..cc9f44c4d8b3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+src*
+pkg*
+*.pkg.tar.*
diff --git a/PKGBUILD b/PKGBUILD
index 23c79bcb2992..3e17d219cd0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,26 @@
-# Maintainer : jyantis <yantis@yantis.net>
+# Maintainer : ????
+# Contributor: Pablo Lezaeta <prflr arro'a gmail puntocom> (I tryed)
+# Contributor: jyantis <yantis@yantis.net>
# Contributor: Diego Principe <cdprincipeat gmaildot com>
# Contributor: Jan Jezek <honzin.jezek@gmail.com>
# Contributor: Berseker <berseker86 at gmail dot com>
pkgname=exo-git
pkgver=0.10.6.r1635.ce731c3
-pkgrel=2
-pkgdesc="Extensions to Xfce by os-cillation."
+pkgrel=9
+pkgdesc="Extensions to Xfce originally developed by os-cillation."
arch=(i686 x86_64)
license=('GPL2' 'LGPL2.1')
url="http://git.xfce.org/xfce/exo/tree/README"
groups=('xfce4-git')
-depends=('libxfce4util' 'gtk2>=2.18.6-1' 'glib2>=2.22.4-1' 'hicolor-icon-theme' 'libxfce4ui' 'libsm')
-makedepends=('xfce4-dev-tools' 'git' 'pkgconfig' 'libnotify' 'perl-uri' 'pygtk>=2.13')
-optdepends=('libnotify: enables notification support' 'perl: enables mail-compose helper script')
+provides=("exo=$pkgver")
+depends=('libxfce4util' 'gtk3>=3.20' 'glib2>=2.22.4' 'hicolor-icon-theme' 'libxfce4ui-git' 'libsm')
+makedepends=('xfce4-dev-tools' 'git' 'pkgconfig' 'libnotify' 'perl-uri' 'pygtk>=2.13')
+optdepends=('libnotify: enables notification support'
+ 'perl: enables mail-compose helper script')
conflicts=('exo')
provides=('exo')
-source=('git://git.xfce.org/xfce/exo')
+source=('exo-git::git://git.xfce.org/xfce/exo')
options=('!libtool')
install=$pkgname.install
md5sums=('SKIP')
@@ -47,6 +51,8 @@ build() {
--localstatedir=/var \
--disable-static \
--enable-gtk-doc \
+ --enable-gtk2 \
+ --enable-gtk3 \
--disable-debug
make
}