summaryrefslogtreecommitdiffstats
path: root/xfce
diff options
context:
space:
mode:
authorVlad Glagolev2019-04-11 15:24:53 +0000
committerVlad Glagolev2019-04-12 02:22:37 +0000
commitec84394085780db7ced660f82a2adb325a424b0b (patch)
tree8aa30089c44968862fe5ba998eb6a852b46dbd86 /xfce
parentc69c1fb1f3deefac26f8b560c8e66e04b7ad7c89 (diff)
mousepad: => 0.4.1
Diffstat (limited to 'xfce')
-rwxr-xr-xxfce/mousepad/BUILD3
-rwxr-xr-xxfce/mousepad/CONFIGURE3
-rwxr-xr-xxfce/mousepad/DEPENDS14
-rwxr-xr-xxfce/mousepad/DETAILS6
-rw-r--r--xfce/mousepad/HISTORY6
5 files changed, 27 insertions, 5 deletions
diff --git a/xfce/mousepad/BUILD b/xfce/mousepad/BUILD
new file mode 100755
index 0000000000..b11f215ad4
--- /dev/null
+++ b/xfce/mousepad/BUILD
@@ -0,0 +1,3 @@
+OPTS="${MOUSEPAD_OPTS} ${OPTS}" &&
+
+default_build
diff --git a/xfce/mousepad/CONFIGURE b/xfce/mousepad/CONFIGURE
new file mode 100755
index 0000000000..07e4ddd5a3
--- /dev/null
+++ b/xfce/mousepad/CONFIGURE
@@ -0,0 +1,3 @@
+config_query_option MOUSEPAD_OPTS "Use the GSettings keyfile backend rather than the default?" n \
+ "--enable-keyfile-settings" \
+ "--disable-keyfile-settings"
diff --git a/xfce/mousepad/DEPENDS b/xfce/mousepad/DEPENDS
index 48bcf350d9..81f60a4a45 100755
--- a/xfce/mousepad/DEPENDS
+++ b/xfce/mousepad/DEPENDS
@@ -1,6 +1,16 @@
depends glib2 &&
-depends gtk+2 &&
-depends gtksourceview &&
+
+optional_depends gtk+3 \
+ "--enable-gtk3" \
+ "--disable-gtk3" \
+ "use GTK+ 3 instead of GTK+ 2" &&
+
+if is_depends_enabled ${SPELL} gtk+3; then
+ depends gtksourceview3
+else
+ depends gtk+2 &&
+ depends gtksourceview
+fi &&
optional_depends dbus-glib \
"--enable-dbus" \
diff --git a/xfce/mousepad/DETAILS b/xfce/mousepad/DETAILS
index 9d1d0c66a4..cd26d0b804 100755
--- a/xfce/mousepad/DETAILS
+++ b/xfce/mousepad/DETAILS
@@ -1,11 +1,11 @@
SPELL=mousepad
- VERSION=0.3.0
+ VERSION=0.4.1
BRANCH=`echo $VERSION | cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://archive.xfce.org/src/apps/$SPELL/$BRANCH/$SOURCE
+ SOURCE_HASH=sha512:2ffbb4245a3344437bd41f9f28cc066ae45062f6b6d169aa274e933f033c434f0b10845ccf42ab846dcad25ae7cee36ea6619bfb6889e8cd41c994be87b77be8
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://www.xfce.org/
- SOURCE_HASH=sha512:4e8f7cd8f05265c7f3964f0f5196721136c501351aa8c7bae1e3a6056fcd61f40364f2bb226817d458afa3707334dd600efbae2f8d050d65841ef03085717e42
LICENSE[0]=GPL
ENTERED=20050128
KEYWORDS="xfce editors"
diff --git a/xfce/mousepad/HISTORY b/xfce/mousepad/HISTORY
index c71bde8d3a..01c237faba 100644
--- a/xfce/mousepad/HISTORY
+++ b/xfce/mousepad/HISTORY
@@ -1,3 +1,9 @@
+2019-04-11 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 0.4.1
+ * DEPENDS: updated
+ * CONFIGURE: added, for gsettings flags
+ * BUILD: added, to use MOUSEPAD_OPTS
+
2012-12-31 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 0.3.0
* DEPENDS: rewritten dependency list