Added gparted-0.7.1 build template.
This commit is contained in:
parent
d57c185682
commit
30ab596dcc
1 changed files with 49 additions and 0 deletions
49
srcpkgs/gparted/template
Normal file
49
srcpkgs/gparted/template
Normal file
|
@ -0,0 +1,49 @@
|
|||
# Template file for 'gparted'
|
||||
pkgname=gparted
|
||||
version=0.7.1
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-scrollkeeper"
|
||||
short_desc="Gnome Partition Editor"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=369e926de5f0e553eeca9a6dde88cb01f5f2e9d360b763318e1002077a5bdb88
|
||||
long_desc="
|
||||
GParted is a free partition editor for graphically managing your disk
|
||||
partitions.
|
||||
|
||||
GParted is useful for tasks such as: creating space for new operating
|
||||
systems, restructuring disk space to separate user and operating system
|
||||
data, and copying partitions to enable upgrading to a larger hard disk drive.
|
||||
|
||||
Your hard disk drive or USB flash drive can be subdivided into one or more
|
||||
partitions. GParted enables you to reorganize your disk partitions while
|
||||
preserving the contents of these partitions."
|
||||
|
||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||
|
||||
Add_dependency run libgcc
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libstdc++
|
||||
Add_dependency run glib
|
||||
Add_dependency run libparted
|
||||
Add_dependency run libsigc++
|
||||
Add_dependency run glibmm
|
||||
Add_dependency run atkmm
|
||||
Add_dependency run pangomm
|
||||
Add_dependency run gtk+
|
||||
Add_dependency run gtkmm
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build gnome-doc-utils
|
||||
Add_dependency build libparted-devel
|
||||
Add_dependency build gtkmm-devel
|
||||
Add_dependency build atkmm-devel
|
||||
Add_dependency build pangomm-devel
|
||||
Add_dependency build gtk+-devel
|
||||
Add_dependency build glibmm-devel
|
||||
Add_dependency build libsigc++-devel
|
||||
Add_dependency build glib-devel
|
||||
Add_dependency build libstdc++-devel
|
||||
|
||||
Add_dependency full hicolor-icon-theme
|
||||
Add_dependency full desktop-file-utils
|
Loading…
Reference in a new issue