From d883c8c9abe8bf7c818cf4b5d52a08112a9eec0f Mon Sep 17 00:00:00 2001 From: milisbir Date: Wed, 3 Jan 2018 10:14:25 +0200 Subject: [PATCH] gnome-sound-recorder --- .../gnome-sound-recorder.kur-kos | 1 + .../genel/g/gnome-sound-recorder/talimat | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 talimatname/genel/g/gnome-sound-recorder/gnome-sound-recorder.kur-kos create mode 100644 talimatname/genel/g/gnome-sound-recorder/talimat diff --git a/talimatname/genel/g/gnome-sound-recorder/gnome-sound-recorder.kur-kos b/talimatname/genel/g/gnome-sound-recorder/gnome-sound-recorder.kur-kos new file mode 100644 index 000000000..1d319936d --- /dev/null +++ b/talimatname/genel/g/gnome-sound-recorder/gnome-sound-recorder.kur-kos @@ -0,0 +1 @@ +glib-compile-schemas /usr/share/glib-2.0/schemas/ diff --git a/talimatname/genel/g/gnome-sound-recorder/talimat b/talimatname/genel/g/gnome-sound-recorder/talimat new file mode 100644 index 000000000..c0b147acd --- /dev/null +++ b/talimatname/genel/g/gnome-sound-recorder/talimat @@ -0,0 +1,17 @@ +# Tanım: GNOME masaüstünüzden basit ses kaydı yapmak için kullanılan bir yardımcı program +# URL: https://wiki.gnome.org/Apps/SoundRecorder +# Paketçi: Cihan_Alkan +# Gerekler: gtk3 gjs gstreamer-plugins-good gstreamer-plugins-base intltool gobject-introspection gnome-common + +isim=gnome-sound-recorder +surum=3.24.0.1 +devir=1 +kaynak=(https://git.gnome.org/browse/$isim/snapshot/$isim-$surum.tar.xz) + +derle() { + cd $isim-$surum + NOCONFIGURE=1 ./autogen.sh + ./configure --prefix=/usr --sysconfdir=/etc + make + make DESTDIR="$PKG" install +}