summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Bruckner2017-09-02 18:17:56 +0200
committerMax Bruckner2017-09-02 18:17:56 +0200
commit0b4e01bf2941a78342bd26088ef14e415d185936 (patch)
tree0ac198bbbd66cd4f9b3c270d11ef85d3a3673adb
parent27cf17d089d949a81eb04b10f8dc35249968d6dc (diff)
downloadaur-0b4e01bf2941a78342bd26088ef14e415d185936.tar.gz
smooth-0.8.73.0_pre4-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
-rw-r--r--glib2-include.patch16
3 files changed, 16 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9eceb7445486..08baf9e5319b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jul 29 19:17:23 UTC 2017
+# Sat Sep 2 16:16:47 UTC 2017
pkgbase = smooth
pkgdesc = An object oriented C++ class library for Windows, OS X, Linux and most Unix-like operating systems
- pkgver = 0.8.73.0_pre3
+ pkgver = 0.8.73.0_pre4
pkgrel = 1
url = http://www.smooth-project.org/
arch = i686
@@ -13,10 +13,10 @@ pkgbase = smooth
depends = libjpeg-turbo
depends = libxmu
depends = curl
- source = https://downloads.sourceforge.net/project/smooth/smooth/0.8.73.0-pre3/smooth-0.8.73.0-pre3.tar.gz
+ source = https://downloads.sourceforge.net/project/smooth/smooth/0.8.73.0-pre4/smooth-0.8.73.0-pre4.tar.gz
source = glib2-include.patch
- sha512sums = 74e29fc394cbf8e9169c06fb9a6f7978c3c541243200b58cb5a7d9813234d182161eb220211445933e36d4c3344e1c80aa2543018c78e080338bf93b1c7f9c1b
- sha512sums = cd2a48192fb6a1564088fc3179c953f0ed4112308dfa7347a3e536d4df561a8312f0ce1e607e9b4c865c5cec67612bf91e91f25e5d96c72d7b8829d834179028
+ sha512sums = e46da62421ae049d72ac247ff5c46f9734d52a4dd69582b3c225fc16001fa3eaa6fcaafcd4d9062eb2cc1d597e07595867b23b99ca266d0e7ef1db04bc153ba2
+ sha512sums = 5eea3bf95f84ff99bc35af54699f3dc00ff20eb7253a49f5b59fa12e60ee12e269715c54a6f99c380a17cf813d0b08738ce0ecb21c95d33f57e2ca8f56ea0bf1
pkgname = smooth
diff --git a/PKGBUILD b/PKGBUILD
index 644286be2bee..4b779bb257b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Max Bruckner <max at maxbruckner dot de>
pkgname=smooth
-pkgver=0.8.73.0_pre3
+pkgver=0.8.73.0_pre4
pkgrel=1
pkgdesc="An object oriented C++ class library for Windows, OS X, Linux and most Unix-like operating systems"
arch=('i686' 'x86_64')
@@ -8,8 +8,8 @@ url="http://www.smooth-project.org/"
license=('Artistic2.0')
depends=('fribidi' 'gtk3' 'libjpeg-turbo' 'libxmu' 'curl')
source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver/_/-}/${pkgname}-${pkgver/_/-}.tar.gz" "glib2-include.patch")
-sha512sums=('74e29fc394cbf8e9169c06fb9a6f7978c3c541243200b58cb5a7d9813234d182161eb220211445933e36d4c3344e1c80aa2543018c78e080338bf93b1c7f9c1b'
- 'cd2a48192fb6a1564088fc3179c953f0ed4112308dfa7347a3e536d4df561a8312f0ce1e607e9b4c865c5cec67612bf91e91f25e5d96c72d7b8829d834179028')
+sha512sums=('e46da62421ae049d72ac247ff5c46f9734d52a4dd69582b3c225fc16001fa3eaa6fcaafcd4d9062eb2cc1d597e07595867b23b99ca266d0e7ef1db04bc153ba2'
+ '5eea3bf95f84ff99bc35af54699f3dc00ff20eb7253a49f5b59fa12e60ee12e269715c54a6f99c380a17cf813d0b08738ce0ecb21c95d33f57e2ca8f56ea0bf1')
prepare() {
cd "$pkgname-${pkgver/_/-}" || exit 1
diff --git a/glib2-include.patch b/glib2-include.patch
index 6fd75ea63c43..29d01737c057 100644
--- a/glib2-include.patch
+++ b/glib2-include.patch
@@ -3,11 +3,11 @@ index 8229c17..5349e0c 100644
--- a/classes/gui/widgets/special/Makefile
+++ b/classes/gui/widgets/special/Makefile
@@ -8,6 +8,8 @@ include $(dir $(firstword $(MAKEFILE_LIST)))/$(SMOOTH_PATH)/Makefile-options
- # Change these variables to fit your project:
- ifeq ($(USE_BUNDLED_LIBFRIBIDI),True)
- MYCCOPTS += -I$(SRCDIR)/$(SMOOTH_PATH)/include/support
-+else
-+ MYCCOPTS += -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
- endif
-
- # Enter object files here:
+ # Change these variables to fit your project:
+ ifeq ($(USE_BUNDLED_LIBFRIBIDI),True)
+ MYCCOPTS += -I$(SRCDIR)/$(SMOOTH_PATH)/include/support
++else
++ MYCCOPTS += -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
+ endif
+
+ # Enter object files here: