From 1a136cf48dd7f710f38ff998182508f5a0d41c35 Mon Sep 17 00:00:00 2001 From: Parabola Date: Thu, 20 Oct 2011 13:50:49 +0000 Subject: Thu Oct 20 13:50:46 UTC 2011 --- extra/allegro/LICENSE | 26 --------------------- extra/gcin/missing.patch | 31 ------------------------- extra/krusader/PKGBUILD | 37 ------------------------------ extra/krusader/krusader.install | 11 --------- extra/m17n-lib/locale.patch | 51 ----------------------------------------- extra/xournal/xournal.install | 13 ----------- 6 files changed, 169 deletions(-) delete mode 100644 extra/allegro/LICENSE delete mode 100644 extra/gcin/missing.patch delete mode 100644 extra/krusader/PKGBUILD delete mode 100644 extra/krusader/krusader.install delete mode 100644 extra/m17n-lib/locale.patch delete mode 100644 extra/xournal/xournal.install (limited to 'extra') diff --git a/extra/allegro/LICENSE b/extra/allegro/LICENSE deleted file mode 100644 index 497c56a8f..000000000 --- a/extra/allegro/LICENSE +++ /dev/null @@ -1,26 +0,0 @@ -=================================== -============ Copyright ============ -=================================== - - Allegro is gift-ware. It was created by a number of people working in - cooperation, and is given to you freely as a gift. You may use, modify, - redistribute, and generally hack it about in any way you like, and you do - not have to give us anything in return. However, if you like this product - you are encouraged to thank us by making a return gift to the Allegro - community. This could be by writing an add-on package, providing a useful - bug report, making an improvement to the library, or perhaps just - releasing the sources of your program so that other people can learn from - them. If you redistribute parts of this code or make a game using it, it - would be nice if you mentioned Allegro somewhere in the credits, but you - are not required to do this. We trust you not to abuse our generosity. - - Disclaimer: - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT - SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE - FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, - ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER - DEALINGS IN THE SOFTWARE. - diff --git a/extra/gcin/missing.patch b/extra/gcin/missing.patch deleted file mode 100644 index 3d8737392..000000000 --- a/extra/gcin/missing.patch +++ /dev/null @@ -1,31 +0,0 @@ -diff -aur old/gen-dist new/gen-dist ---- old/gen-dist 2011-09-07 10:51:59.214132579 -0700 -+++ new/gen-dist 2011-09-07 10:53:27.534010656 -0700 -@@ -1,5 +1,5 @@ - GCIN_VERSION="gcin-`cat VERSION.gcin`" --sh gen-gtk3 -+#sh gen-gtk3 - sed -i '/^$/d' Changelog.html - rm -f tags core.* - cd .. -diff -aur old/gtk3-im/gtkimcontextgcin.c new/gtk3-im/gtkimcontextgcin.c ---- old/gtk3-im/gtkimcontextgcin.c 2011-09-07 10:51:59.224132565 -0700 -+++ new/gtk3-im/gtkimcontextgcin.c 2011-09-07 10:53:09.984034884 -0700 -@@ -128,7 +128,7 @@ - GdkWindow *client_window = context_xim->client_window; - if (!client_window) - return; -- GdkScreen *screen = gdk_drawable_get_screen (client_window); -+ GdkScreen *screen = gdk_window_get_screen (client_window); - if (!screen) - return; - -@@ -137,7 +137,7 @@ - return; - - if (!context_xim->gcin_ch) { -- if (!(context_xim->gcin_ch = gcin_im_client_open(GDK_DISPLAY()))) -+ if (!(context_xim->gcin_ch = gcin_im_client_open(GDK_DISPLAY_XDISPLAY(gdk_display_get_default())))) - perror("cannot open gcin_ch"); - #if 1 - context_xim->timeout_handle = 0; diff --git a/extra/krusader/PKGBUILD b/extra/krusader/PKGBUILD deleted file mode 100644 index 566054515..000000000 --- a/extra/krusader/PKGBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# $Id: PKGBUILD 134530 2011-08-05 09:45:45Z andrea $ -# Maintainer: -# Contributor: Andrea Scarpino -# Contributor: Alexander Baldeck -# Contributor: Lucien Immink - -pkgname=krusader -pkgver=2.4.0beta1 -_pkgver=2.4.0-beta1 -pkgrel=4 -pkgdesc="An alternative file manager for KDE resembling Midnight Commander" -arch=('i686' 'x86_64') -url="http://krusader.sourceforge.net/" -license=('GPL') -depends=('kdebase-runtime' 'kdebase-lib') -makedepends=('cmake' 'automoc4' 'docbook-xsl' 'kdeutils-ark') -optdepends=("kdebase-keditbookmarks: to edit bookmarks" - "kdebase-kwrite: to edit/view files" - "kdeutils-ark: extract archive with right-click") -install=${pkgname}.install -source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2") -md5sums=('d2340718d05d69e7f2a7f0846471ee12') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../${pkgname}-${_pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}/build" - make DESTDIR="${pkgdir}" install -} diff --git a/extra/krusader/krusader.install b/extra/krusader/krusader.install deleted file mode 100644 index e70c054ec..000000000 --- a/extra/krusader/krusader.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/extra/m17n-lib/locale.patch b/extra/m17n-lib/locale.patch deleted file mode 100644 index 79fed402d..000000000 --- a/extra/m17n-lib/locale.patch +++ /dev/null @@ -1,51 +0,0 @@ ---- old/src/locale.c 2010/03/19 11:59:43 1.12 -+++ new/src/locale.c 2010/11/05 11:20:41 1.13 -@@ -86,34 +86,24 @@ - MLocale *mlocale_monetary, *mlocale_numeric, ; - #endif - --/** Parse locale name NAME and return a newly created MLocale object. -- If the locale is not supported by the system, return NULL. */ -+/** Parse locale name NAME and return a newly created MLocale object. */ - - static MLocale * - make_locale (const char *name) - { -- char *current, *new, *str; -+ char *str; - int len; - MLocale *locale; - char c; - -- str = setlocale (LC_CTYPE, NULL); -- len = strlen (str) + 1; -- current = alloca (len); -- memcpy (current, str, len); -- -- if (! (new = setlocale (LC_CTYPE, name))) -- return NULL; -- -- - M17N_OBJECT (locale, NULL, MERROR_LOCALE); -- locale->name = msymbol (new); -+ locale->name = msymbol (name); - msymbol_put (locale->name, M_locale, (void *) locale); - M17N_OBJECT_UNREF (locale); - -- len = strlen (new) + 1; -+ len = strlen (name) + 1; - str = alloca (len); -- memcpy (str, new, len); -+ memcpy (str, name, len); - - c = '\0'; - while (1) -@@ -162,8 +152,6 @@ - } - else - locale->coding = Mcoding_us_ascii; -- -- setlocale (LC_CTYPE, current); - return locale; - } - diff --git a/extra/xournal/xournal.install b/extra/xournal/xournal.install deleted file mode 100644 index dfcb68374..000000000 --- a/extra/xournal/xournal.install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - update-desktop-database -q - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - update-mime-database usr/share/mime &>/dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} -- cgit v1.2.3-54-g00ecf