summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore17
-rw-r--r--PKGBUILD5
3 files changed, 21 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ca0413a0763..aca1cafca73b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = gnome-python-desktop
makedepends = gnome-python
makedepends = libwnck
makedepends = libgnome-keyring
+ makedepends = python2
source = https://download.gnome.org/sources/gnome-python-desktop/2.32/gnome-python-desktop-2.32.0.tar.bz2
source = 01_wnck_enums.patch
sha256sums = 09dbd580bf3b0ef60f91b090eafe6d08ddcc50a609e2b425a7f8eca46d4e0ee9
@@ -35,4 +36,3 @@ pkgname = python2-wnck
depends = libwnck
conflicts = python-wnck<=2.32.0-10
replaces = python-wnck<=2.32.0-10
-
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..cac58935c52e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,17 @@
+# from https://github.com/github/gitignore/blob/master/ArchLinuxPackages.gitignore
+*.tar
+*.tar.*
+*.rpm
+*.jar
+*.exe
+*.msi
+*.zip
+*.tgz
+*.log
+*.log.*
+*.sig
+
+*/
+*.orig
+*.bak
+*.backup
diff --git a/PKGBUILD b/PKGBUILD
index 4338b87e92e5..78a735a31598 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: twa022 <twa022 at gmail dot com>
+# Contributor: Marcell Meszaros < marcell.meszaros AT runbox.eu >
+# Contributor: twa022 <twa022 at gmail dot com>
pkgbase=gnome-python-desktop
pkgname=('gnome-python-desktop' 'python2-gnomekeyring' 'python2-wnck')
@@ -6,7 +7,7 @@ pkgver=2.32.0
pkgrel=20
arch=('i686' 'x86_64')
license=('GPL' 'LGPL')
-makedepends=('intltool' 'pkg-config' 'gnome-python' 'libwnck' 'libgnome-keyring')
+makedepends=('intltool' 'pkg-config' 'gnome-python' 'libwnck' 'libgnome-keyring' 'python2')
url="https://www.gnome.org"
source=(https://download.gnome.org/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.bz2
01_wnck_enums.patch)