summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD7
3 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1aa14c30fad..8978170f2cec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = guile-gnome-platform-git
pkgdesc = Binding between Guile Scheme and the Gnome stack of libraries. (fe. Pango, GTK+, Cairo, GStreamer, Glade, GtkSourceView and else). To build wrappers for GTK+ and higher in the stack, you will first need Guile-Cairo.
pkgver = 2.16.5.r0.gf775d62
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = http://www.gnu.org/software/guile-gnome/
arch = i686
@@ -15,7 +15,7 @@ pkgbase = guile-gnome-platform-git
conflicts = guile-gnome-platform
options = !libtool
source = guile-gnome-platform::git://git.sv.gnu.org/guile-gnome.git
- md5sums = SKIP
+ sha256sums = SKIP
pkgname = guile-gnome-platform-git
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..c463ae5962b3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.pkg.tar.xz
+/guile-gnome-platform
+/pkg/
+/src/
diff --git a/PKGBUILD b/PKGBUILD
index d0f9b0f90fa5..5cb7857fda74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
+# Maintainer: Andrew Whatson <whatson@gmail.com>
# Maintainer: Brian Bidulock <bidulock@openss7.org>
# Contributor: Daniel Krueger <keenbug gmail.com>
# Contributor: Daniel Oliveira <psykond@gmail.com>
pkgname=guile-gnome-platform-git
_pkgname=guile-gnome-platform
pkgver=2.16.5.r0.gf775d62
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Binding between Guile Scheme and the Gnome stack of libraries. (fe. Pango, GTK+, Cairo, GStreamer, Glade, GtkSourceView and else). To build wrappers for GTK+ and higher in the stack, you will first need Guile-Cairo."
arch=('i686' 'x86_64')
@@ -16,7 +17,7 @@ conflicts=($_pkgname)
makedepends=('git')
options=(!libtool)
source=("$_pkgname::git://git.sv.gnu.org/guile-gnome.git")
-md5sums=('SKIP')
+sha256sums=('SKIP')
pkgver() {
cd $_pkgname
@@ -30,7 +31,7 @@ prepare() {
build() {
cd $_pkgname
- ./configure --prefix=/usr
+ GUILE=/usr/bin/guile ./configure --prefix=/usr
make
}
package() {