mid-kid
8 years ago
6 changed files with 64 additions and 24 deletions
@ -1,24 +0,0 @@ |
|||||
name=feh |
|
||||
version=2.18 |
|
||||
update_url='https://feh.finalrewind.org/' |
|
||||
|
|
||||
dlextract "https://feh.finalrewind.org/$name-$version.tar.bz2" \ |
|
||||
'2427d49839ca49f8349f96473e862898' |
|
||||
header_end |
|
||||
|
|
||||
cd "$name-$version" |
|
||||
flags=" |
|
||||
PREFIX=/$dir_prefix |
|
||||
ICON_PREFIX=$dir_install/$dir_prefix/$dir_datadir/icons |
|
||||
man_dir=\${main_dir}/$dir_mandir |
|
||||
bin_dir=\${main_dir}/$dir_bindir |
|
||||
doc_dir=\${main_dir}/$dir_docdir/$name |
|
||||
image_dir=\${main_dir}/$dir_datadir/$name/images |
|
||||
font_dir=\${main_dir}/$dir_datadir/$name/fonts |
|
||||
example_dir=\${main_dir}/$dir_docdir/$name/examples |
|
||||
" |
|
||||
|
|
||||
make $flags |
|
||||
make DESTDIR="$dir_install" $flags install |
|
||||
|
|
||||
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: |
|
@ -0,0 +1,24 @@ |
|||||
|
name=feh |
||||
|
version=2.18.3 |
||||
|
update_url='https://feh.finalrewind.org/' |
||||
|
|
||||
|
dlextract "https://feh.finalrewind.org/$name-$version.tar.bz2" \ |
||||
|
'f0ad0f1740d8fbd5fb944373ce4d5076' |
||||
|
header_end |
||||
|
|
||||
|
cd "$name-$version" |
||||
|
|
||||
|
make |
||||
|
make install \ |
||||
|
DESTDIR="$dir_install" \ |
||||
|
PREFIX="/$dir_prefix" \ |
||||
|
ICON_PREFIX="$dir_install/$dir_prefix/$dir_datadir/icons" \ |
||||
|
man_dir="$dir_install/$dir_prefix/$dir_mandir" \ |
||||
|
bin_dir="$dir_install/$dir_prefix/$dir_bindir" \ |
||||
|
doc_dir="$dir_install/$dir_prefix/$dir_docdir/$name" \ |
||||
|
image_dir="$dir_install/$dir_prefix/$dir_datadir/$name/images" \ |
||||
|
font_dir="$dir_install/$dir_prefix/$dir_datadir/$name/fonts" \ |
||||
|
example_dir="$dir_install/$dir_prefix/$dir_docdir/$name/examples" \ |
||||
|
desktop_dir="$dir_install/$dir_prefix/$dir_datadir/applications" |
||||
|
|
||||
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: |
@ -0,0 +1,14 @@ |
|||||
|
import 'compile/configure' |
||||
|
|
||||
|
name=murrine |
||||
|
majver=0.98 |
||||
|
version=$majver.2 |
||||
|
|
||||
|
dlextract "https://ftp.gnome.org/pub/GNOME/sources/$name/$majver/$name-$version.tar.xz" \ |
||||
|
'bf01e0097b5f1e164dbcf807f4b9745e' |
||||
|
header_end |
||||
|
|
||||
|
cd "$name-$version" |
||||
|
compile_configure |
||||
|
|
||||
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: |
@ -0,0 +1,13 @@ |
|||||
|
import 'compile/configure' |
||||
|
|
||||
|
name=gtk-engines |
||||
|
majver=2.20 |
||||
|
version=$majver.2 |
||||
|
|
||||
|
dlextract "https://ftp.gnome.org/pub/GNOME/sources/$name/$majver/$name-$version.tar.bz2" |
||||
|
header_end |
||||
|
|
||||
|
cd "$name-$version" |
||||
|
compile_configure |
||||
|
|
||||
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: |
@ -0,0 +1,13 @@ |
|||||
|
import 'vcs/git' |
||||
|
import 'compile/qt' |
||||
|
|
||||
|
name=qt5 |
||||
|
submodule=styleplugins |
||||
|
|
||||
|
vcs_git "git://code.qt.io/qt/qt$submodule.git" |
||||
|
header_end |
||||
|
|
||||
|
cd "qt$submodule.git" |
||||
|
compile_qt 5 |
||||
|
|
||||
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: |
Loading…
Reference in new issue