gnome-disk-utility
This commit is contained in:
parent
8731fb8a40
commit
167371e5ed
|
@ -0,0 +1,3 @@
|
||||||
|
glib-compile-schemas usr/share/glib-2.0/schemas
|
||||||
|
update-desktop-database -q
|
||||||
|
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
|
|
@ -0,0 +1,17 @@
|
||||||
|
# Description: GNOME Disk Yönetimi Yardımcı Programı
|
||||||
|
# URL: http://www.gnome.org/
|
||||||
|
# Packager: yasarciv67@gmail.com
|
||||||
|
# Depends on: gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache libcanberra libdvdread gnome-settings-daemon librsvg gtk3 intltool libsecret libpwquality udisks2 xorg-libxinerama xorg-app
|
||||||
|
|
||||||
|
name=gnome-disk-utility
|
||||||
|
version=3.22.1
|
||||||
|
release=1
|
||||||
|
|
||||||
|
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd $name-$version
|
||||||
|
./configure --prefix=/usr --disable-static
|
||||||
|
make
|
||||||
|
make DESTDIR=$PKG install
|
||||||
|
}
|
|
@ -1,7 +1,7 @@
|
||||||
# Description: GNOME Ayarları programı.
|
# Description: GNOME Ayarları programı.
|
||||||
# URL: http://www.gnome.org
|
# URL: http://www.gnome.org
|
||||||
# Packager: yasarciv67@gmail.coms
|
# Packager: yasarciv67@gmail.com
|
||||||
# Depends on: geoclue2 geocode-glib libgweather librsvg networkmanager nss intltool cups colord gnome-desktop libcanberra libnotify libgnomekbd libwacom pulseaudio upower xorg gsettings-desktop-schemas gtk-update-icon-cache
|
# Depends on: geoclue2 geocode-glib libgweather librsvg networkmanager nss intltool cups colord gnome-desktop libcanberra libnotify libgnomekbd libwacom pulseaudio upower xorg gsettings-desktop-schemas gtk-update-icon-cache tdb
|
||||||
|
|
||||||
name=gnome-settings-daemon
|
name=gnome-settings-daemon
|
||||||
version=3.22.1
|
version=3.22.1
|
||||||
|
|
Loading…
Reference in New Issue