51 lines
1.7 KiB
Plaintext
51 lines
1.7 KiB
Plaintext
|
# Tanım: Gksu yetkilendirme kütüphanesi
|
|||
|
# URL: http://www.nongnu.org/gksu/index.html
|
|||
|
# Paketçi: yasarciv67@gmail.com
|
|||
|
# Gerekler: intltool gtk-doc gconf gtk2 libgnome-keyring libgtop startup-notification libglade
|
|||
|
|
|||
|
isim=libgksu
|
|||
|
surum=2.0.12
|
|||
|
devir=2
|
|||
|
kaynak=(http://people.debian.org/~kov/gksu/$isim-$surum.tar.gz
|
|||
|
libgksu-2.0.0-fbsd.patch
|
|||
|
libgksu-2.0.12-automake-1.11.2.patch
|
|||
|
libgksu-2.0.12-fix-make-3.82.patch
|
|||
|
libgksu-2.0.12-notests.patch
|
|||
|
libgksu-2.0.12-revert-forkpty.patch
|
|||
|
libgksu-2.0.7-libs.patch
|
|||
|
libgksu-2.0.7-polinguas.patch
|
|||
|
libgksu-tr.po)
|
|||
|
|
|||
|
derle() {
|
|||
|
cd $isim-$surum
|
|||
|
patch -Np1 -i "${SRC}/libgksu-2.0.0-fbsd.patch"
|
|||
|
patch -Np1 -i "${SRC}/libgksu-2.0.7-libs.patch"
|
|||
|
patch -Np1 -i "${SRC}/libgksu-2.0.7-polinguas.patch"
|
|||
|
patch -Np1 -i "${SRC}/libgksu-2.0.12-revert-forkpty.patch"
|
|||
|
patch -Np0 -i "${SRC}/libgksu-2.0.12-fix-make-3.82.patch"
|
|||
|
patch -Np1 -i "${SRC}/libgksu-2.0.12-notests.patch"
|
|||
|
patch -Np1 -i "${SRC}/libgksu-2.0.12-automake-1.11.2.patch"
|
|||
|
|
|||
|
touch NEWS README
|
|||
|
|
|||
|
intltoolize --force --copy --automake
|
|||
|
autoreconf -fi
|
|||
|
|
|||
|
./configure --prefix=/usr \
|
|||
|
--sysconfdir=/etc \
|
|||
|
--localstatedir=/var \
|
|||
|
--disable-static \
|
|||
|
--disable-schemas-install
|
|||
|
|
|||
|
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
|||
|
make
|
|||
|
make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${PKG}" install
|
|||
|
rm -f ${PKG}/usr/lib/*.a
|
|||
|
install -m755 -d "${PKG}/usr/share/gconf/schemas"
|
|||
|
gconf-merge-schema "${PKG}/usr/share/gconf/schemas/$isim.schemas" --domain libgksu ${PKG}/etc/gconf/schemas/*.schemas
|
|||
|
rm -rf ${PKG}/etc/gconf
|
|||
|
rm -rf ${PKG}/usr/share/gtk-doc
|
|||
|
mkdir -p $PKG/usr/share/locale/tr/LC_MESSAGES
|
|||
|
msgfmt $SRC/libgksu-tr.po -o $PKG/usr/share/locale/tr/LC_MESSAGES/libgksu.mo
|
|||
|
}
|