milis/talimatname/genel/p/pgadmin3/talimat

28 lines
962 B
Plaintext
Raw Normal View History

2018-09-12 10:53:08 +02:00
# Tanım: PostgreSQL yönetimi arayüzü
2018-07-31 09:50:47 +02:00
# URL: http://www.pgadmin.org/
# Paketçi: milisarge
# Gerekler: wxgtk postgresql libgcrypt libxslt libxml2 libnotify
# Grup: sistem
2018-06-09 00:06:58 +02:00
isim=pgadmin3
surum=1.22.2
2018-09-12 10:53:08 +02:00
devir=2
2018-06-09 00:06:58 +02:00
kaynak=(https://github.com/postgres/pgadmin3/archive/REL-1_22_2.tar.gz
pgadmin3-fix-segfault.patch)
derle() {
cd $isim-REL-1_22_2
2018-09-12 10:53:08 +02:00
bash bootstrap
2018-06-09 00:06:58 +02:00
patch -p1 -i $SRC/pgadmin3-fix-segfault.patch
2018-09-12 14:59:06 +02:00
./configure --prefix=/usr --with-wx-version=3.0 --with-libgcrypt
2018-06-09 00:06:58 +02:00
make all
make DESTDIR=$PKG install
find $PKG/usr/share/pgadmin3/docs/* ! -wholename "*tr_TR*" | xargs rm -rf
rm -r "$PKG/usr/share/pgadmin3/i18n/"
install -d "$PKG/usr/share/pgadmin3/i18n/"
install -Dm644 i18n/$isim.lng "$PKG/usr/share/pgadmin3/i18n"
cp -r i18n/tr_TR "$PKG/usr/share/pgadmin3/i18n/"
install -Dm644 "pgadmin/include/images/pgAdmin3.png" "$PKG/usr/share/pgadmin3/pgadmin3.png"
install -Dm644 "pkg/pgadmin3.desktop" "$PKG/usr/share/applications/pgadmin3.desktop"
}