summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-04-04 22:06:48 +0200
committertnut <thierryn1 at hispeed dot ch>2010-04-04 22:06:48 +0200
commitef5fc91dc1dadc5e1766bc687906a80d22e806ba (patch)
tree4604ed3461bc15e724bf6290f924fc9a96219a8b /extra
parentb056399fdae2fd94e9b221fb1b02fa93b57256c9 (diff)
downloadnutyx-extra-ef5fc91dc1dadc5e1766bc687906a80d22e806ba.tar.gz
nutyx-extra-ef5fc91dc1dadc5e1766bc687906a80d22e806ba.tar.bz2
nutyx-extra-ef5fc91dc1dadc5e1766bc687906a80d22e806ba.tar.xz
nutyx-extra-ef5fc91dc1dadc5e1766bc687906a80d22e806ba.zip
libgnome-keyring supprimé, doublon
Diffstat (limited to 'extra')
-rw-r--r--extra/libgnome-keyring/.footprint18
-rw-r--r--extra/libgnome-keyring/.md5sum1
-rw-r--r--extra/libgnome-keyring/Pkgfile18
-rwxr-xr-xextra/libgnome-keyring/post-install18
4 files changed, 0 insertions, 55 deletions
diff --git a/extra/libgnome-keyring/.footprint b/extra/libgnome-keyring/.footprint
deleted file mode 100644
index b40a085d4..000000000
--- a/extra/libgnome-keyring/.footprint
+++ /dev/null
@@ -1,18 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/include/
-drwxr-xr-x root/root usr/include/gnome-keyring-1/
--rw-r--r-- root/root usr/include/gnome-keyring-1/gnome-keyring-memory.h
--rw-r--r-- root/root usr/include/gnome-keyring-1/gnome-keyring-result.h
--rw-r--r-- root/root usr/include/gnome-keyring-1/gnome-keyring.h
-drwxr-xr-x root/root usr/lib/
--rwxr-xr-x root/root usr/lib/libgnome-keyring.la
-lrwxrwxrwx root/root usr/lib/libgnome-keyring.so -> libgnome-keyring.so.0.1.1
-lrwxrwxrwx root/root usr/lib/libgnome-keyring.so.0 -> libgnome-keyring.so.0.1.1
--rwxr-xr-x root/root usr/lib/libgnome-keyring.so.0.1.1
-drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/gnome-keyring-1.pc
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/locale/
-drwxr-xr-x root/root usr/share/locale/fr/
-drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
--rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/libgnome-keyring.mo
diff --git a/extra/libgnome-keyring/.md5sum b/extra/libgnome-keyring/.md5sum
deleted file mode 100644
index 6e8a41307..000000000
--- a/extra/libgnome-keyring/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-d267de8d0bc3d2c7b0f23135b98ee8c9 libgnome-keyring-2.30.0.tar.bz2
diff --git a/extra/libgnome-keyring/Pkgfile b/extra/libgnome-keyring/Pkgfile
deleted file mode 100644
index c0c5686cd..000000000
--- a/extra/libgnome-keyring/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Description: librairie gerant les mots de passe et autres secrets des utilisateurs
-# URL: http://www.gnome.org/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on:
-
-name=libgnome-keyring
-version=2.30.0
-release=1
-source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)
-
-build() {
- cd $name-$version
- ./configure --prefix=$GNOME_PREFIX
- make
- make DESTDIR=$PKG install
- rm -r $PKG/usr/share/gtk-doc
-}
diff --git a/extra/libgnome-keyring/post-install b/extra/libgnome-keyring/post-install
deleted file mode 100755
index ad98d8e49..000000000
--- a/extra/libgnome-keyring/post-install
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-port=libgnome-keyring
-# gconf schemas
-SCHEMAS="`pkginfo -l $port | grep etc/gconf/schemas/.*\.schemas$`"
-
-for SCHEMA in $SCHEMAS
-do
- export GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source`
- /usr/bin/gconftool-2 --makefile-install-rule /$SCHEMA > /dev/null
-done
-
-# reload gconf caches
-if [ ! -z "`pidof gconfd-2`" ]
-then
- killall -HUP gconfd-2 > /dev/null
-fi
-
-# End of file