2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: Bir CUPS yazıcı yapılandırma aracı ve durum uygulaması
|
|
|
|
|
# URL: https://github.com/zdohnal/system-config-printer
|
|
|
|
|
# Packager: Cihan_Alkan
|
2018-08-14 13:34:59 +02:00
|
|
|
|
# Gerekler: intltool xmlto docbook-xsl desktop-file-utils pychardet pycertifi pyidna libsecret python3-pycups pydbus pycurl libnotify python3-requests python3-gobject gtk3 python3-cairo
|
2018-06-09 00:06:58 +02:00
|
|
|
|
# Grup: sistem
|
|
|
|
|
|
|
|
|
|
isim=system-config-printer
|
|
|
|
|
surum=1.5.11
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(https://github.com/zdohnal/system-config-printer/releases/download/$surum/system-config-printer-${surum}.tar.xz
|
|
|
|
|
0001-Fix-constructing-the-auth-dialog.patch)
|
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd ${isim}-${surum}
|
|
|
|
|
patch -Np1 -i ../0001-Fix-constructing-the-auth-dialog.patch
|
|
|
|
|
|
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
|
--sbindir=/usr/bin \
|
|
|
|
|
--sysconfdir=/etc \
|
|
|
|
|
--with-udevdir=/usr/lib/udev --with-udev-rules
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR="${PKG}" install
|
|
|
|
|
}
|