Browse Source

cinepaint: improved to enable GTK2 based interface when possible

stable/0.2
Christian Wiese 14 years ago
parent
commit
8db50680c9
  1. 5
      graphic/cinepaint/cinepaint.conf
  2. 2
      graphic/cinepaint/cinepaint.desc

5
graphic/cinepaint/cinepaint.conf

@ -2,6 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../cinepaint/cinepaint.conf
# Copyright (C) 2011 The OpenSDE Project
# Copyright (C) 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -23,3 +24,7 @@ fix_pkgconfig() {
[[ $libdir != */lib ]] && hook_add preconf 3 fix_pkgconfig
# enable GTK2 based interface
if pkginstalled gtk+; then
var_append extraconfopt ' ' '--enable-gtk2'
fi

2
graphic/cinepaint/cinepaint.desc

@ -54,7 +54,5 @@
[V] 0.22-1
[P] X -----5---9 800.000
[O] . $base/package/*/*/gnome14-conf.in
[D] 344964229 cinepaint-0.22-1.tar.gz http://dl.sourceforge.net/sourceforge/cinepaint/

Loading…
Cancel
Save