diff options
Diffstat (limited to 'tomboy/Pkgfile')
-rw-r--r-- | tomboy/Pkgfile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tomboy/Pkgfile b/tomboy/Pkgfile index 3612b96..7fada48 100644 --- a/tomboy/Pkgfile +++ b/tomboy/Pkgfile @@ -6,12 +6,15 @@ # Run on: mono,dbus-sharp-glib,mono-addins,evolution,gmime name=tomboy -version=1.7.5 +version=1.7.6 release=1 -source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz ) +source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz + gmime2.6.patch) build() { cd $name-$version + patch -p1 < ../gmime2.6.patch + autoreconf -vfi ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ |