diff --git a/talimatname/genel/c/camlp4/talimat b/talimatname/genel/c/camlp4/talimat index 8c9d322bf..dccc78add 100644 --- a/talimatname/genel/c/camlp4/talimat +++ b/talimatname/genel/c/camlp4/talimat @@ -1,6 +1,6 @@ # Tanım: Camlp4 tool # URL: https://github.com/ocaml/camlp4 -# Paketçi: alihan-ozturk28@hotmail.com +# Paketçi: milisarge # Gerekler: ocaml ocamlbuild # Grup: geliştirme diff --git a/talimatname/genel/c/catfish/talimat b/talimatname/genel/c/catfish/talimat index 621b9445e..f0cede81b 100644 --- a/talimatname/genel/c/catfish/talimat +++ b/talimatname/genel/c/catfish/talimat @@ -1,6 +1,6 @@ # Tanım: Çok yönlü dosya arama aracı # URL: https://launchpad.net/catfish-search -# Paketçi: milisargeyasarciv +# Paketçi: yasarciv # Gerekler: intltool python-distutils-extra python-gobject python-xdg python-pexpect python-cairo python-ptyprocess gtk3 xdg-utils mlocate # Grup: sistem diff --git a/talimatname/genel/c/clingo/talimat b/talimatname/genel/c/clingo/talimat index 7b707c1d7..76f7c5699 100644 --- a/talimatname/genel/c/clingo/talimat +++ b/talimatname/genel/c/clingo/talimat @@ -1,4 +1,4 @@ -# Tanım:mantık programları için temel bilgi veren ayrıştırıcı uygulama +# Tanım: mantık programları için temel bilgi veren ayrıştırıcı uygulama # URL: https://potassco.org # Paketçi: milisarge # Gerekler: re2c cmake ninja python lua clang diff --git a/talimatname/genel/c/colord/talimat b/talimatname/genel/c/colord/talimat index 43eb52422..367314eb0 100644 --- a/talimatname/genel/c/colord/talimat +++ b/talimatname/genel/c/colord/talimat @@ -1,6 +1,6 @@ # Tanım: Renkli aygıtları yönetmek için sistem arka plan programı # URL: http://www.freedesktop.org/software/colord/ -# Paketçi: milisargeyasarciv67@gmail.com +# Paketçi: milisarge,yasarciv # Gerekler: libgudev sqlite polkit lcms2 gobject-introspection libusb dbus vala libgusb # Grup: sistem @@ -10,17 +10,17 @@ devir=1 kaynak=(http://www.freedesktop.org/software/$isim/releases/$isim-$surum.tar.xz) derle() { -cd $isim-$surum -./configure --prefix=/usr \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---with-daemon-user=colord \ ---enable-vala \ ---enable-systemd-login=no \ ---disable-argyllcms-sensor \ ---disable-static \ ---with-systemdsystemunitdir=no \ ---disable-bash-completion -make -make DESTDIR=$PKG install + cd $isim-$surum + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --with-daemon-user=colord \ + --enable-vala \ + --enable-systemd-login=no \ + --disable-argyllcms-sensor \ + --disable-static \ + --with-systemdsystemunitdir=no \ + --disable-bash-completion + make + make DESTDIR=$PKG install }