Browse Source

skencil: Updated (0.6.17 -> 1.0alpha_rev784)

stable/0.2
Christian Wiese 13 years ago
parent
commit
c7d1ad0255
2 changed files with 7 additions and 15 deletions
  1. +2
    -12
      graphic/skencil/skencil.conf
  2. +5
    -3
      graphic/skencil/skencil.desc

+ 2
- 12
graphic/skencil/skencil.conf

@ -2,6 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../skencil/skencil.conf
# Copyright (C) 2011 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -11,16 +12,5 @@
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
skencil_main() {
pyver=`python -c "import sys; print sys.version[:3]"`
pyinstalldir=`python -c "import sys; print sys.prefix"`
var_append pyconfopt ' ' "--prefix=$root/$prefix"
var_append pyconfopt ' ' "--imaging-include=$root/${pyinstalldir}/include/python${pyver}/PIL"
eval python setup.py configure $pyconfopt
eval python setup.py build $pyconfopt
eval python setup.py install $pyconfopt
}
custmain=skencil_main
var_append GCC_WRAPPER_APPEND ' ' "-L$(pkgprefix -r libdir libx11)"

+ 5
- 3
graphic/skencil/skencil.desc

@ -2,6 +2,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../skencil/skencil.desc
[COPY] Copyright (C) 2011 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY]
[COPY] More information can be found in the files COPYING and README.
@ -20,7 +21,8 @@
[T] gradient fills, clip masks, text along a path, blend groups,
[T] convert text to curves, and more.
[U] http://www.nongnu.org/skencil/
[U] http://www.skencil.org/
[U] http://sk1project.org/
[A] User Mailing List: http://lists.sourceforge.net/mailman/listinfo/sketch-list
[A] Bugs and Patches: https://savannah.nongnu.org/projects/skencil/
@ -31,7 +33,7 @@
[L] GPL
[S] Stable
[V] 0.6.17
[V] 1.0alpha_rev784
[P] X -----5---9 800.000
[D] 1609861624 skencil-0.6.17.tar.gz http://dl.sourceforge.net/sourceforge/sketch/
[D] 1332753174 skencil-1.0alpha_rev784.tar.gz http://sk1.googlecode.com/files/

Loading…
Cancel
Save