milis/talimatname/genel/s/system-config-printer/talimat

24 lines
861 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Bir CUPS yazıcı yapılandırma aracı ve durum uygulaması
# URL: https://github.com/zdohnal/system-config-printer
# Packager: Cihan_Alkan
# Gerekler: intltool xmlto docbook-xsl desktop-file-utils python3-chardet python3-certifi python3-idna libsecret python3-pycups python3-pydbus python3-curl libnotify python3-requests python3-gobject gtk3 python3-cairo
# Grup: sistem
isim=system-config-printer
surum=1.5.11
devir=2
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
}