Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/0sugar/service.info
diff options
context:
space:
mode:
Diffstat (limited to '0sugar/service.info')
-rw-r--r--0sugar/service.info48
1 files changed, 0 insertions, 48 deletions
diff --git a/0sugar/service.info b/0sugar/service.info
deleted file mode 100644
index aa47581..0000000
--- a/0sugar/service.info
+++ /dev/null
@@ -1,48 +0,0 @@
-[DEFAULT]
-uid = tuxpaint
-summary = Drawing program designed for young children
-license = GPLv2
-homepage = http://www.tuxpaint.org/
-
-[Service]
-category = Education;Art
-icon = data/images/tuxpaint-icon.svg
-requires = libpaper, librsvg, cairo, fribidi
- sdl, sdl-image, sdl-mixer, sdl-ttf, sdl-pango
- env, ds, shell
-binding = PATH bin
- TUXPAINT_DATA_PREFIX share/tuxpaint
- TUXPAINT_LOCALEDIR share/locale
- TUXPAINT_MAGIC_PREFIX lib/tuxpaint/plugins
-recipe = bin, data
-
-[data]
-exclude = bin/*, lib/*
-
-[bin]
-main = bin/tuxpaint
-include = bin/*, lib/*
-arch = build
-
-[Build]
-requires = libpaper/devel, librsvg/devel, cairo/devel, fribidi/devel, sdl/devel
- sdl-image/devel, sdl-mixer/devel, sdl-ttf/devel, sdl-pango/devel
- env/devel, ds/devel, shell/devel
- pkgconfig, make, gcc-c
-exec = cd "$SRCDIR" &&
- make PREFIX=/ SUGAR=1 OPTFLAGS="$CFLAGS -I$PAPER_PATH/include"
- PAPER_LIB="-L$PAPER_PATH/lib -lpaper" &&
- make PREFIX=/ SUGAR=1 DESTDIR="$DISTDIR" install
-
-[Maintain]
-exec = version=$(echo $(grep ^VER_VERSION Makefile | awk -F= '{print $2}')) &&
- test "$version" &&
- rm -rf .0sugar/tuxpaint-$version &&
- mkdir -p .0sugar/tuxpaint-$version/obj &&
- find . -follow \( -wholename '*/CVS' -o -name .thumbs
- -o -name .cvsignore -o -name 'dummy.o' -o -name 'build'
- -o -name '.#*' -o -name obj -o -name '*.mo' -o -path ./tuxpaint
- -o -name '*.tar.*' -o -name .git -o -name .0sugar \) -prune
- -o -type f
- -exec cp --parents -dp {} .0sugar/tuxpaint-$version/ \; &&
- tar cjpf tuxpaint-$version.tar.bz2 -C .0sugar tuxpaint-$version