From 4c54291e8e14ff3cb456103efd6c862a0af8abb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Fri, 2 Oct 2015 23:21:44 +0300 Subject: [PATCH] geany moved to contrrib --- editor/geany/actions.py | 21 ------- editor/geany/pspec.xml | 104 ---------------------------------- editor/geany/translations.xml | 13 ----- 3 files changed, 138 deletions(-) delete mode 100644 editor/geany/actions.py delete mode 100644 editor/geany/pspec.xml delete mode 100644 editor/geany/translations.xml diff --git a/editor/geany/actions.py b/editor/geany/actions.py deleted file mode 100644 index f557ef1e41..0000000000 --- a/editor/geany/actions.py +++ /dev/null @@ -1,21 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - -from pisi.actionsapi import autotools -from pisi.actionsapi import pisitools -from pisi.actionsapi import get - - -def setup(): - autotools.configure() - pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") - -def build(): - autotools.make() - -def install(): - pisitools.dodoc('AUTHORS', 'ChangeLog', 'ChangeLog.pre-0-17', - 'COPYING', 'HACKING', 'INSTALL', 'NEWS', 'README', - 'README.I18N', 'README.Packagers', 'THANKS', 'TODO') - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - diff --git a/editor/geany/pspec.xml b/editor/geany/pspec.xml deleted file mode 100644 index 9526e76be7..0000000000 --- a/editor/geany/pspec.xml +++ /dev/null @@ -1,104 +0,0 @@ - - - - - geany - http://www.geany.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - GTK+ based fast and lightweight IDE - GTK+ based fast and lightweight IDE - http://download.geany.org/geany-1.24.1.tar.bz2 - - intltool - libgcc - gtk2-devel - vte-devel - glib2-devel - - - - - geany - - gtk2 - cairo - pango - gdk-pixbuf - glib2 - libgcc - - - /usr/bin - /usr/share/icons - /usr/share/applications - /usr/share/doc - /usr/share/geany - /usr/share/locale - /usr/share/man - /usr/lib/geany - - - - - geany-devel - geany için geliştirme dosyaları - - geany - gtk2-devel - - - /usr/lib/pkgconfig - /usr/include/ - - - - - - 2014-06-04 - 1.24.1 - Version bump - Varol Maksutoğlu - waroi@pisilinux.org - - - 2014-02-06 - 1.23 - Delete Unused Deps - Varol Maksutoğlu - waroi@pisilinux.org - - - 2014-01-25 - 1.23 - rebuild unused fix and add new dep - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-07-27 - 1.23 - Move pc files to devel pack, rebuild - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-03-13 - 1.23 - Version bump - Ertan Güven - ertan@pisilinux.org - - - 2012-09-01 - 1.22 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - diff --git a/editor/geany/translations.xml b/editor/geany/translations.xml deleted file mode 100644 index c979fd79bf..0000000000 --- a/editor/geany/translations.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - geany - GTK+ based fast and lightweight IDE - GTK+ based fast and lightweight IDE - - - - geany-devel - geany için geliştirme dosyaları - - \ No newline at end of file