# HG changeset patch # User Eric Joseph-Alexandre # Date 1367024272 -7200 # Node ID 9f97e341ad78a1fd6104919edbcf241607d4cb44 # Parent 2b820e6838f5d4353dcdd9f42c8947fac93219d2 Remove geanyvc. Now include in geny-plgins diff -r 2b820e6838f5 -r 9f97e341ad78 geanyvc/receipt --- a/geanyvc/receipt Sat Apr 27 02:56:24 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,18 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="geany-plugins-geanyvc" -VERSION="1.23" -CATEGORY="development" -SHORT_DESC="Geany plugin providing uniform access to different version-control systems." -MAINTAINER="klimach@hlrs.de" -DEPENDS="geany gtk+ expat xorg-libXdamage gtkspell" -WEB_SITE="http://plugins.geany.org/geanyvc/" -WANTED="geany-plugins" - - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib/geany - cp -a $install/usr/lib/geany/${PACKAGE##geany-plugins-}.so $fs/usr/lib/geany -}