From 97d0231eda58fbfe358350462355dc65a1d83c3e Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Fri, 21 Jun 2013 19:15:04 -0300 Subject: [PATCH 01/40] New package: dbus-sharp-0.7.0 --- srcpkgs/dbus-sharp/template | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 srcpkgs/dbus-sharp/template diff --git a/srcpkgs/dbus-sharp/template b/srcpkgs/dbus-sharp/template new file mode 100644 index 00000000000..3841f896e5d --- /dev/null +++ b/srcpkgs/dbus-sharp/template @@ -0,0 +1,24 @@ +# Template file for 'dbus-sharp' +pkgname=dbus-sharp +version=0.7.0 +revision=1 +build_style=gnu-configure +short_desc="C# implementation of D-Bus" +maintainer="Steven R " +license="Custom" +makedepends="mono pkg-config" +homepage="http://github.com/mono/dbus-sharp/" +distfiles="https://github.com/downloads/mono/${pkgname}/${pkgname}-${version}.tar.gz" +checksum="92529aef9063f477d1975947c6388c63d03234018f45d007c07716dd3e21dd41" +long_desc=" +This is a fork of ndesk-dbus, which is a C# implementation of D-Bus. It's +often referred to as managed D-Bus to avoid confusion with existing +bindings (which wrap libdbus)." + +dbus-sharp_package() { + noarch="yes" + depends="mono" + pkg_install() { + vmove all + } +} From 73631e113f282ceb20d29c53285d4ef53d0dc804 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Fri, 21 Jun 2013 19:16:59 -0300 Subject: [PATCH 02/40] New package: dbus-sharp-glib-0.5.0 --- srcpkgs/dbus-sharp-glib/template | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 srcpkgs/dbus-sharp-glib/template diff --git a/srcpkgs/dbus-sharp-glib/template b/srcpkgs/dbus-sharp-glib/template new file mode 100644 index 00000000000..a99d333b137 --- /dev/null +++ b/srcpkgs/dbus-sharp-glib/template @@ -0,0 +1,23 @@ +# Template file for 'dbus-sharp-glib' +pkgname=dbus-sharp-glib +version=0.5.0 +revision=1 +build_style=gnu-configure +short_desc="C# Glib implementation of D-Bus" +maintainer="Steven R " +license="Custom" +makedepends="pkg-config mono dbus-sharp<=0.7.0_1" +homepage="http://github.com/mono/dbus-sharp-glib/" +distfiles="https://github.com/downloads/mono/dbus-sharp/${pkgname}-${version}.tar.gz" +checksum="f4fd663957f06ac5f0322beab264c5498bf6408f7435d0387950b4cb7996180e" +long_desc=" +This is a fork of ndesk-dbus-glib, which provides GLib main loop +integration for Managed D-Bus." + +dbus-sharp-glib_package() { + noarch="yes" + depends="dbus-sharp" + pkg_install() { + vmove all + } +} From 722449c7c92097a3ac64f61dc29face1ded51e90 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Fri, 21 Jun 2013 19:18:06 -0300 Subject: [PATCH 03/40] New package: gtk-sharp-2.12.21 --- srcpkgs/gtk-sharp/template | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 srcpkgs/gtk-sharp/template diff --git a/srcpkgs/gtk-sharp/template b/srcpkgs/gtk-sharp/template new file mode 100644 index 00000000000..0c09eed13f8 --- /dev/null +++ b/srcpkgs/gtk-sharp/template @@ -0,0 +1,24 @@ +# Template file for 'gtk-sharp' +pkgname=gtk-sharp +version=2.12.21 +revision=1 +build_style=gnu-configure +short_desc="Gtk# is a Graphical User Interface Toolkit for mono and .Net" +maintainer="Steven R " +homepage="http://gtk-sharp.sourceforge.net" +license="LGPL" +distfiles="http://download.mono-project.com/sources/gtk-sharp212/${pkgname}-${version}.tar.gz" +checksum="ea02da7000433115dcc008102e0c217479c06d74b2c3af5b76527784f933b088" +long_desc=" +Gtk# is a Graphical User Interface Toolkit for mono and .Net. +The project binds the gtk+ toolkit and assorted GNOME libraries, enabling fully native +graphical Gnome application development using the Mono and .Net development frameworks." +makedepends="pkg-config mono gtk+-devel" + + +gtk-sharp_package() { + depends="mono gtk+" + pkg_install() { + vmove all + } +} From f01ffd8adf5fbd65ce915e1cf4bd592d0adb1779 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Fri, 21 Jun 2013 19:19:23 -0300 Subject: [PATCH 04/40] New package: vicious-2.1.1 --- srcpkgs/vicious/template | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 srcpkgs/vicious/template diff --git a/srcpkgs/vicious/template b/srcpkgs/vicious/template new file mode 100644 index 00000000000..7366e18999a --- /dev/null +++ b/srcpkgs/vicious/template @@ -0,0 +1,40 @@ +# Template file for 'vicious' +pkgname=vicious +version=2.1.1 +revision=1 +short_desc="Modular widget library for window managers." +maintainer="Steven R " +license="GPL-2" +makedepends="lua-devel>=5.1<5.2" +homepage="http://git.sysphere.org/vicious/about/" +distfiles="http://git.sysphere.org/vicious/snapshot/${pkgname}-${version}.tar.xz" +checksum="59764f9a3ae491f6b14d6135ff53346c004d988bd9caa6fb1ec3b7999fbf3078" +long_desc=" +Vicious is a modular widget library for window managers, but + mostly catering to users of the awesome window manager. It was + derived from the old Wicked widget library, and has some of the + old Wicked widget types, a few of them rewritten, and a good + number of new ones." + +do_install() { + install -Dm644 LICENSE "${DESTDIR}/usr/share/licenses/${pkgname}/LICENSE" + install -Dm644 CHANGES "${DESTDIR}/usr/share/doc/${pkgname}/CHANGES" + + install -d "${DESTDIR}/usr/share/lua/5.1/${pkgname}" + install -d "${DESTDIR}/usr/share/lua/5.1/${pkgname}/widgets" + install -d "${DESTDIR}/usr/share/lua/5.1/${pkgname}/contrib" + + install -m644 TODO "${DESTDIR}/usr/share/doc/${pkgname}" + install -m644 README "${DESTDIR}/usr/share/doc/${pkgname}" + install -m644 *.lua "${DESTDIR}/usr/share/lua/5.1/${pkgname}" + install -m644 widgets/*.lua "${DESTDIR}/usr/share/lua/5.1/${pkgname}/widgets" + install -m644 contrib/*.lua "${DESTDIR}/usr/share/lua/5.1/${pkgname}/contrib" +} + +vicious_package() { + noarch="yes" + depends="awesome alsa-utils wireless_tools curl ${makedepends}" #missing hddtemp + pkg_install() { + vmove all + } +} From 1ca8944d2062ed5bc9a480f6b6fa557d6e29a501 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Fri, 21 Jun 2013 19:38:45 -0300 Subject: [PATCH 05/40] New package: sublime-text3-3.3043 --- srcpkgs/sublime-text3/template | 42 ++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 srcpkgs/sublime-text3/template diff --git a/srcpkgs/sublime-text3/template b/srcpkgs/sublime-text3/template new file mode 100644 index 00000000000..785fa5b8849 --- /dev/null +++ b/srcpkgs/sublime-text3/template @@ -0,0 +1,42 @@ +# Template file for 'sublime-text3' +pkgname=sublime-text3 +_subl_distver=3 +_subl_patchlevel=3043 +version=${_subl_distver}.${_subl_patchlevel} +revision=1 +short_desc="Sublime Text is a sophisticated text editor for code, markup and prose" +maintainer="Steven R " +license="Custom" +homepage="http://www.sublimetext.com/3dev" +distfiles="http://c758482.r82.cf2.rackcdn.com/sublime_text_3_build_${_subl_patchlevel}_x64.tar.bz2" +checksum="11bd229093abd6bfac371bf9ca90dcbe093de658290b4d21e8d382dc6f6334ff" +long_desc=" +Sublime Text is a sophisticated text editor for code, markup and prose. +You'll love the slick user interface, extraordinary features and amazing performance." +wrksrc="sublime_text_3" +only_for_archs="x86_64" + +do_install() { + + install -d ${DESTDIR}/opt/sublime_text + install -d ${DESTDIR}/usr/sbin/ + + cp --preserve=mode -r ./* "${DESTDIR}/opt/sublime_text" + + install -Dm644 "sublime_text.desktop" "${DESTDIR}/usr/share/applications/sublime_text.desktop" + + for size in 128 16 256 32 48; do + install -Dm644 "Icon/${size}x${size}/sublime-text.png" "${DESTDIR}/usr/share/icons/hicolor/${size}x${size}/apps/sublime-text.png" + done + + ln -s /opt/sublime_text/sublime_text ${DESTDIR}/usr/sbin/subl3 +} + +sublime-text3_package() { + nonfree="yes" + nostrip="yes" + depends="libpng gtk+ hicolor-icon-theme desktop-file-utils" + pkg_install() { + vmove all + } +} From cebf6401c0e34d4785ab0aec0d632dd7340ab3ee Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Fri, 21 Jun 2013 21:07:45 -0300 Subject: [PATCH 06/40] sublime-text3: update template --- srcpkgs/sublime-text3/template | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/srcpkgs/sublime-text3/template b/srcpkgs/sublime-text3/template index 785fa5b8849..b1e081fedcc 100644 --- a/srcpkgs/sublime-text3/template +++ b/srcpkgs/sublime-text3/template @@ -17,16 +17,15 @@ wrksrc="sublime_text_3" only_for_archs="x86_64" do_install() { - - install -d ${DESTDIR}/opt/sublime_text - install -d ${DESTDIR}/usr/sbin/ + vmkdir "opt/sublime_text" + vmkdir "usr/sbin" cp --preserve=mode -r ./* "${DESTDIR}/opt/sublime_text" - - install -Dm644 "sublime_text.desktop" "${DESTDIR}/usr/share/applications/sublime_text.desktop" + vinstall "sublime_text.desktop" 644 "usr/share/applications/" + for size in 128 16 256 32 48; do - install -Dm644 "Icon/${size}x${size}/sublime-text.png" "${DESTDIR}/usr/share/icons/hicolor/${size}x${size}/apps/sublime-text.png" + vinstall "Icon/${size}x${size}/sublime-text.png" 644 "usr/share/icons/hicolor/${size}x${size}/apps/" done ln -s /opt/sublime_text/sublime_text ${DESTDIR}/usr/sbin/subl3 From 31f26d3f53fd0a6e48e2e041aef5ed772da33a63 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Fri, 21 Jun 2013 21:08:33 -0300 Subject: [PATCH 07/40] vicious: update template --- srcpkgs/vicious/template | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/srcpkgs/vicious/template b/srcpkgs/vicious/template index 7366e18999a..ac7b9b84882 100644 --- a/srcpkgs/vicious/template +++ b/srcpkgs/vicious/template @@ -11,21 +11,21 @@ distfiles="http://git.sysphere.org/vicious/snapshot/${pkgname}-${version}.tar.xz checksum="59764f9a3ae491f6b14d6135ff53346c004d988bd9caa6fb1ec3b7999fbf3078" long_desc=" Vicious is a modular widget library for window managers, but - mostly catering to users of the awesome window manager. It was - derived from the old Wicked widget library, and has some of the - old Wicked widget types, a few of them rewritten, and a good - number of new ones." +mostly catering to users of the awesome window manager. It was +derived from the old Wicked widget library, and has some of the +old Wicked widget types, a few of them rewritten, and a good +number of new ones." do_install() { - install -Dm644 LICENSE "${DESTDIR}/usr/share/licenses/${pkgname}/LICENSE" - install -Dm644 CHANGES "${DESTDIR}/usr/share/doc/${pkgname}/CHANGES" + vinstall LICENSE 644 "usr/share/licenses/${pkgname}/" + vinstall CHANGES 644 "usr/share/doc/${pkgname}/" - install -d "${DESTDIR}/usr/share/lua/5.1/${pkgname}" - install -d "${DESTDIR}/usr/share/lua/5.1/${pkgname}/widgets" - install -d "${DESTDIR}/usr/share/lua/5.1/${pkgname}/contrib" - - install -m644 TODO "${DESTDIR}/usr/share/doc/${pkgname}" - install -m644 README "${DESTDIR}/usr/share/doc/${pkgname}" + vmkdir "usr/share/lua/5.1/${pkgname}" + vmkdir "usr/share/lua/5.1/${pkgname}/widgets" + vmkdir "usr/share/lua/5.1/${pkgname}/contrib" + + vinstall TODO 644 "usr/share/doc/${pkgname}" + vinstall README 644 "usr/share/doc/${pkgname}" install -m644 *.lua "${DESTDIR}/usr/share/lua/5.1/${pkgname}" install -m644 widgets/*.lua "${DESTDIR}/usr/share/lua/5.1/${pkgname}/widgets" install -m644 contrib/*.lua "${DESTDIR}/usr/share/lua/5.1/${pkgname}/contrib" @@ -33,7 +33,7 @@ do_install() { vicious_package() { noarch="yes" - depends="awesome alsa-utils wireless_tools curl ${makedepends}" #missing hddtemp + depends="awesome alsa-utils wireless_tools curl lua" #missing hddtemp pkg_install() { vmove all } From 2f33123702171d5e616b185917f5893bc96df8eb Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Fri, 21 Jun 2013 21:42:06 -0300 Subject: [PATCH 08/40] :zap: indentation :zap: --- srcpkgs/dbus-sharp-glib/template | 10 +++++----- srcpkgs/dbus-sharp/template | 10 +++++----- srcpkgs/gtk-sharp/template | 1 - srcpkgs/sublime-text3/template | 30 +++++++++++++++--------------- srcpkgs/vicious/template | 30 +++++++++++++++--------------- 5 files changed, 40 insertions(+), 41 deletions(-) diff --git a/srcpkgs/dbus-sharp-glib/template b/srcpkgs/dbus-sharp-glib/template index a99d333b137..dc274dcdd2b 100644 --- a/srcpkgs/dbus-sharp-glib/template +++ b/srcpkgs/dbus-sharp-glib/template @@ -15,9 +15,9 @@ This is a fork of ndesk-dbus-glib, which provides GLib main loop integration for Managed D-Bus." dbus-sharp-glib_package() { - noarch="yes" - depends="dbus-sharp" - pkg_install() { - vmove all - } + noarch="yes" + depends="dbus-sharp" + pkg_install() { + vmove all + } } diff --git a/srcpkgs/dbus-sharp/template b/srcpkgs/dbus-sharp/template index 3841f896e5d..e360795a308 100644 --- a/srcpkgs/dbus-sharp/template +++ b/srcpkgs/dbus-sharp/template @@ -16,9 +16,9 @@ often referred to as managed D-Bus to avoid confusion with existing bindings (which wrap libdbus)." dbus-sharp_package() { - noarch="yes" - depends="mono" - pkg_install() { - vmove all - } + noarch="yes" + depends="mono" + pkg_install() { + vmove all + } } diff --git a/srcpkgs/gtk-sharp/template b/srcpkgs/gtk-sharp/template index 0c09eed13f8..1852c342fe7 100644 --- a/srcpkgs/gtk-sharp/template +++ b/srcpkgs/gtk-sharp/template @@ -15,7 +15,6 @@ The project binds the gtk+ toolkit and assorted GNOME libraries, enabling fully graphical Gnome application development using the Mono and .Net development frameworks." makedepends="pkg-config mono gtk+-devel" - gtk-sharp_package() { depends="mono gtk+" pkg_install() { diff --git a/srcpkgs/sublime-text3/template b/srcpkgs/sublime-text3/template index b1e081fedcc..71c6e8df1a8 100644 --- a/srcpkgs/sublime-text3/template +++ b/srcpkgs/sublime-text3/template @@ -17,25 +17,25 @@ wrksrc="sublime_text_3" only_for_archs="x86_64" do_install() { - vmkdir "opt/sublime_text" - vmkdir "usr/sbin" + vmkdir "opt/sublime_text" + vmkdir "usr/sbin" - cp --preserve=mode -r ./* "${DESTDIR}/opt/sublime_text" - - vinstall "sublime_text.desktop" 644 "usr/share/applications/" + cp --preserve=mode -r ./* "${DESTDIR}/opt/sublime_text" - for size in 128 16 256 32 48; do - vinstall "Icon/${size}x${size}/sublime-text.png" 644 "usr/share/icons/hicolor/${size}x${size}/apps/" - done + vinstall "sublime_text.desktop" 644 "usr/share/applications/" - ln -s /opt/sublime_text/sublime_text ${DESTDIR}/usr/sbin/subl3 + for size in 128 16 256 32 48; do + vinstall "Icon/${size}x${size}/sublime-text.png" 644 "usr/share/icons/hicolor/${size}x${size}/apps/" + done + + ln -s /opt/sublime_text/sublime_text ${DESTDIR}/usr/sbin/subl3 } sublime-text3_package() { - nonfree="yes" - nostrip="yes" - depends="libpng gtk+ hicolor-icon-theme desktop-file-utils" - pkg_install() { - vmove all - } + nonfree="yes" + nostrip="yes" + depends="libpng gtk+ hicolor-icon-theme desktop-file-utils" + pkg_install() { + vmove all + } } diff --git a/srcpkgs/vicious/template b/srcpkgs/vicious/template index ac7b9b84882..950b038b809 100644 --- a/srcpkgs/vicious/template +++ b/srcpkgs/vicious/template @@ -17,24 +17,24 @@ old Wicked widget types, a few of them rewritten, and a good number of new ones." do_install() { - vinstall LICENSE 644 "usr/share/licenses/${pkgname}/" - vinstall CHANGES 644 "usr/share/doc/${pkgname}/" + vinstall LICENSE 644 "usr/share/licenses/${pkgname}/" + vinstall CHANGES 644 "usr/share/doc/${pkgname}/" - vmkdir "usr/share/lua/5.1/${pkgname}" - vmkdir "usr/share/lua/5.1/${pkgname}/widgets" - vmkdir "usr/share/lua/5.1/${pkgname}/contrib" + vmkdir "usr/share/lua/5.1/${pkgname}" + vmkdir "usr/share/lua/5.1/${pkgname}/widgets" + vmkdir "usr/share/lua/5.1/${pkgname}/contrib" - vinstall TODO 644 "usr/share/doc/${pkgname}" - vinstall README 644 "usr/share/doc/${pkgname}" - install -m644 *.lua "${DESTDIR}/usr/share/lua/5.1/${pkgname}" - install -m644 widgets/*.lua "${DESTDIR}/usr/share/lua/5.1/${pkgname}/widgets" - install -m644 contrib/*.lua "${DESTDIR}/usr/share/lua/5.1/${pkgname}/contrib" + vinstall TODO 644 "usr/share/doc/${pkgname}" + vinstall README 644 "usr/share/doc/${pkgname}" + install -m644 *.lua "${DESTDIR}/usr/share/lua/5.1/${pkgname}" + install -m644 widgets/*.lua "${DESTDIR}/usr/share/lua/5.1/${pkgname}/widgets" + install -m644 contrib/*.lua "${DESTDIR}/usr/share/lua/5.1/${pkgname}/contrib" } vicious_package() { - noarch="yes" - depends="awesome alsa-utils wireless_tools curl lua" #missing hddtemp - pkg_install() { - vmove all - } + noarch="yes" + depends="awesome alsa-utils wireless_tools curl lua" #missing hddtemp + pkg_install() { + vmove all + } } From e5a4f4f2238225dac4f7a69218d9d7e5192e41d5 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Wed, 26 Jun 2013 10:30:30 -0300 Subject: [PATCH 09/40] sublime-text3: update to 3.3046 --- srcpkgs/sublime-text3/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/sublime-text3/template b/srcpkgs/sublime-text3/template index 71c6e8df1a8..f0f2ffe52d3 100644 --- a/srcpkgs/sublime-text3/template +++ b/srcpkgs/sublime-text3/template @@ -1,7 +1,7 @@ # Template file for 'sublime-text3' pkgname=sublime-text3 _subl_distver=3 -_subl_patchlevel=3043 +_subl_patchlevel=3046 version=${_subl_distver}.${_subl_patchlevel} revision=1 short_desc="Sublime Text is a sophisticated text editor for code, markup and prose" @@ -9,7 +9,7 @@ maintainer="Steven R " license="Custom" homepage="http://www.sublimetext.com/3dev" distfiles="http://c758482.r82.cf2.rackcdn.com/sublime_text_3_build_${_subl_patchlevel}_x64.tar.bz2" -checksum="11bd229093abd6bfac371bf9ca90dcbe093de658290b4d21e8d382dc6f6334ff" +checksum="580c4f2a68487a54639b7f4365931ab21cc56e17105dfa4f95fd03ace32b2474" long_desc=" Sublime Text is a sophisticated text editor for code, markup and prose. You'll love the slick user interface, extraordinary features and amazing performance." From 8d8d8ffacd8f665fbaa417b5a2aa013e24f806d1 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Fri, 28 Jun 2013 21:15:07 -0300 Subject: [PATCH 10/40] New package: fish-shell 2.0.0. --- srcpkgs/fish-shell/template | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 srcpkgs/fish-shell/template diff --git a/srcpkgs/fish-shell/template b/srcpkgs/fish-shell/template new file mode 100644 index 00000000000..f253a3a72fc --- /dev/null +++ b/srcpkgs/fish-shell/template @@ -0,0 +1,27 @@ +# Template file for 'fish-shell' +pkgname=fish-shell +version=2.0.0 +revision=1 +short_desc="User friendly shell intended mostly for interactive use, forked by ridiculousfish." +maintainer="Steven R " +license="GPL" +homepage="http://fishshell.com/" +distfiles="http://fishshell.com/files/${version}/fish-${version}.tar.gz" +checksum="7e4c4a0b3c518769a3d31b235e743de7a8d52f851ad19d2df9d53534e6238303" +long_desc="User friendly shell intended mostly for interactive use, forked by ridiculousfish." +hostmakedepends="autoconf make ncurses-devel" +build_style=gnu-configure +makedepends="doxygen" +wrksrc="fish" + +pre_configure() { + autoconf + autoheader +} + +fish-shell_package() { + register_shell="/usr/bin/fish" + pkg_install() { + vmove all + } +} From c27a799f4e504362af84c913ca3ccd63e3abe115 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Sun, 30 Jun 2013 01:56:45 -0300 Subject: [PATCH 11/40] fish-shell: update template --- srcpkgs/fish-shell/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/fish-shell/template b/srcpkgs/fish-shell/template index f253a3a72fc..5b030434398 100644 --- a/srcpkgs/fish-shell/template +++ b/srcpkgs/fish-shell/template @@ -2,7 +2,7 @@ pkgname=fish-shell version=2.0.0 revision=1 -short_desc="User friendly shell intended mostly for interactive use, forked by ridiculousfish." +short_desc="User friendly shell intended mostly for interactive use" maintainer="Steven R " license="GPL" homepage="http://fishshell.com/" @@ -21,6 +21,7 @@ pre_configure() { fish-shell_package() { register_shell="/usr/bin/fish" + noarch="yes" pkg_install() { vmove all } From 99cb699657edad6dbd38470b5fe8cafc224e9b98 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Sun, 30 Jun 2013 02:00:11 -0300 Subject: [PATCH 12/40] New package: gtk-engine-murrine-0.98.2. --- srcpkgs/gtk-engine-murrine/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/gtk-engine-murrine/template diff --git a/srcpkgs/gtk-engine-murrine/template b/srcpkgs/gtk-engine-murrine/template new file mode 100644 index 00000000000..df7a79d13d0 --- /dev/null +++ b/srcpkgs/gtk-engine-murrine/template @@ -0,0 +1,22 @@ +# Template file for 'gtk-engine-murrine' +pkgname=gtk-engine-murrine +version=0.98.2 +revision=1 +short_desc="GTK2 engine to make your desktop look like a murrina" +maintainer="Steven R " +license="LGPL3" +homepage="http://cimitan.com/murrine/project/murrine" +distfiles="http://ftp.gnome.org/pub/GNOME/sources/murrine/0.98/murrine-${version}.tar.xz" +checksum="e9c68ae001b9130d0f9d1b311e8121a94e5c134b82553ba03971088e57d12c89" +long_desc="GTK2 engine to make your desktop look like a 'murrina', an italian word meaning the art glass works done by Venicians glass blowers." +build_style=gnu-configure +makedepends="intltool make gtk+-devel" +wrksrc="murrine-0.98.2" + +gtk-engine-murrine_package() { + noarch="yes" + depends="gtk+" + pkg_install() { + vmove all + } +} From 6f8176dd09941620d638508f8d76540c643d5173 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Tue, 2 Jul 2013 00:38:55 -0300 Subject: [PATCH 13/40] acpica-utils: update to 20130626. --- srcpkgs/acpica-utils/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/acpica-utils/template b/srcpkgs/acpica-utils/template index 00093394302..76b21298d03 100644 --- a/srcpkgs/acpica-utils/template +++ b/srcpkgs/acpica-utils/template @@ -1,6 +1,6 @@ # Template file for 'acpica-utils' pkgname=acpica-utils -version=20130418 +version=20130626 wrksrc=acpica-unix-${version} revision=1 hostmakedepends="flex" @@ -9,7 +9,7 @@ homepage="https://www.acpica.org/" license="GPL-2" maintainer="Juan RP " distfiles="http://acpica.org/sites/acpica/files/acpica-unix-${version}.tar.gz" -checksum=11e49847c627af6c44c75af035efe7087d99859060297f2e499edbdd5dce9a58 +checksum=18afb45e7c4d1698dd18b70ae8ec13ef2b818f53454d34ee95444025c70d0ed6 long_desc=" This package contains only the user-space tools needed for ACPI table development, not the kernel implementation of ACPI. The following commands From 009d24c61ec1779a0a58779525a04bc1ad0fdf28 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Fri, 5 Jul 2013 18:39:19 -0300 Subject: [PATCH 14/40] dbus-sharp: update template --- srcpkgs/dbus-sharp/template | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/srcpkgs/dbus-sharp/template b/srcpkgs/dbus-sharp/template index e360795a308..bfd69ccd57b 100644 --- a/srcpkgs/dbus-sharp/template +++ b/srcpkgs/dbus-sharp/template @@ -1,20 +1,25 @@ # Template file for 'dbus-sharp' pkgname=dbus-sharp -version=0.7.0 +version=0.7 revision=1 +distfiles="https://github.com/mono/dbus-sharp/archive/v${version}.tar.gz" +checksum="535360a164b62bd629f7ca7396a0dcfb143e05287ac2cc95ab4387bd81dd6d58" build_style=gnu-configure -short_desc="C# implementation of D-Bus" +hostmakedepends="pkg-config automake" +makedepends="mono" maintainer="Steven R " -license="Custom" -makedepends="mono pkg-config" homepage="http://github.com/mono/dbus-sharp/" -distfiles="https://github.com/downloads/mono/${pkgname}/${pkgname}-${version}.tar.gz" -checksum="92529aef9063f477d1975947c6388c63d03234018f45d007c07716dd3e21dd41" +license="Custom" +short_desc="C# implementation of D-Bus" long_desc=" This is a fork of ndesk-dbus, which is a C# implementation of D-Bus. It's often referred to as managed D-Bus to avoid confusion with existing bindings (which wrap libdbus)." +pre_configure() { + ./autogen.sh +} + dbus-sharp_package() { noarch="yes" depends="mono" From 9a2e37d280b82bcb483e14ca1e6bd95073022e89 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Fri, 5 Jul 2013 18:39:40 -0300 Subject: [PATCH 15/40] dbus-sharp-glib: update template --- srcpkgs/dbus-sharp-glib/template | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/srcpkgs/dbus-sharp-glib/template b/srcpkgs/dbus-sharp-glib/template index dc274dcdd2b..46436267753 100644 --- a/srcpkgs/dbus-sharp-glib/template +++ b/srcpkgs/dbus-sharp-glib/template @@ -1,18 +1,23 @@ # Template file for 'dbus-sharp-glib' pkgname=dbus-sharp-glib -version=0.5.0 +version=0.5 revision=1 +distfiles="https://github.com/mono/dbus-sharp-glib/archive/v${version}.tar.gz" +checksum="208742e92ce4b6b4b0856e8cb70a2dad37aaae5f5708ff390b52c7938dabaea0" build_style=gnu-configure -short_desc="C# Glib implementation of D-Bus" +hostmakedepends="pkg-config automake" +makedepends="mono dbus-sharp<=0.7_1" maintainer="Steven R " -license="Custom" -makedepends="pkg-config mono dbus-sharp<=0.7.0_1" homepage="http://github.com/mono/dbus-sharp-glib/" -distfiles="https://github.com/downloads/mono/dbus-sharp/${pkgname}-${version}.tar.gz" -checksum="f4fd663957f06ac5f0322beab264c5498bf6408f7435d0387950b4cb7996180e" +license="Custom" +short_desc="C# Glib implementation of D-Bus" long_desc=" -This is a fork of ndesk-dbus-glib, which provides GLib main loop -integration for Managed D-Bus." +This is a fork of ndesk-dbus-glib, which provides GLib main loop integration +for Managed D-Bus." + +pre_configure() { + ./autogen.sh +} dbus-sharp-glib_package() { noarch="yes" From c6e03ac380507a9f04b3a221f5d6b53bdab5840e Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Fri, 5 Jul 2013 18:40:10 -0300 Subject: [PATCH 16/40] fish-shell: update template --- srcpkgs/fish-shell/INSTALL | 11 +++++++++++ srcpkgs/fish-shell/template | 19 ++++++++++--------- 2 files changed, 21 insertions(+), 9 deletions(-) create mode 100644 srcpkgs/fish-shell/INSTALL diff --git a/srcpkgs/fish-shell/INSTALL b/srcpkgs/fish-shell/INSTALL new file mode 100644 index 00000000000..9ed2b5a7fdd --- /dev/null +++ b/srcpkgs/fish-shell/INSTALL @@ -0,0 +1,11 @@ +case "$ACTION" in + post) + if [ "$UPDATE" = "no" ]; then + echo "--> To run fish, type 'fish' in your terminal." + echo "--> To set your colors, run 'fish_config'" + echo "--> To scan your man pages for completions, run 'fish_update_completions'" + echo "--> To autocomplete command suggestions press Ctrl + F or right arrow key." + echo "--> To use fish as your login shell, run 'chsh -s /usr/bin/fish" + fi + ;; +esac \ No newline at end of file diff --git a/srcpkgs/fish-shell/template b/srcpkgs/fish-shell/template index 5b030434398..a3b3aac767f 100644 --- a/srcpkgs/fish-shell/template +++ b/srcpkgs/fish-shell/template @@ -2,17 +2,18 @@ pkgname=fish-shell version=2.0.0 revision=1 -short_desc="User friendly shell intended mostly for interactive use" -maintainer="Steven R " -license="GPL" -homepage="http://fishshell.com/" distfiles="http://fishshell.com/files/${version}/fish-${version}.tar.gz" checksum="7e4c4a0b3c518769a3d31b235e743de7a8d52f851ad19d2df9d53534e6238303" -long_desc="User friendly shell intended mostly for interactive use, forked by ridiculousfish." -hostmakedepends="autoconf make ncurses-devel" build_style=gnu-configure -makedepends="doxygen" +hostmakedepends="autoconf make" +makedepends="doxygen ncurses-devel" wrksrc="fish" +maintainer="Steven R " +homepage="http://fishshell.com/" +license="GPL" +short_desc="User friendly shell intended mostly for interactive use" +long_desc=" +User friendly shell intended mostly for interactive use, forked by ridiculousfish." pre_configure() { autoconf @@ -20,9 +21,9 @@ pre_configure() { } fish-shell_package() { - register_shell="/usr/bin/fish" noarch="yes" + register_shell="/usr/bin/fish" pkg_install() { vmove all } -} +} \ No newline at end of file From 403a1708dc5c3c5e125a54c136c4282c996e652d Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Fri, 5 Jul 2013 18:40:30 -0300 Subject: [PATCH 17/40] gtk-engine-murrine: update template --- srcpkgs/gtk-engine-murrine/template | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/srcpkgs/gtk-engine-murrine/template b/srcpkgs/gtk-engine-murrine/template index df7a79d13d0..37225bee58b 100644 --- a/srcpkgs/gtk-engine-murrine/template +++ b/srcpkgs/gtk-engine-murrine/template @@ -2,16 +2,19 @@ pkgname=gtk-engine-murrine version=0.98.2 revision=1 -short_desc="GTK2 engine to make your desktop look like a murrina" -maintainer="Steven R " -license="LGPL3" -homepage="http://cimitan.com/murrine/project/murrine" distfiles="http://ftp.gnome.org/pub/GNOME/sources/murrine/0.98/murrine-${version}.tar.xz" checksum="e9c68ae001b9130d0f9d1b311e8121a94e5c134b82553ba03971088e57d12c89" -long_desc="GTK2 engine to make your desktop look like a 'murrina', an italian word meaning the art glass works done by Venicians glass blowers." build_style=gnu-configure -makedepends="intltool make gtk+-devel" +hostmakedepends="intltool make pkg-config" +makedepends="gtk+-devel" wrksrc="murrine-0.98.2" +maintainer="Steven R " +homepage="http://cimitan.com/murrine/project/murrine" +license="LGPL3" +short_desc="GTK2 engine to make your desktop look like a murrina" +long_desc=" +GTK2 engine to make your desktop look like a 'murrina', +an italian word meaning the art glass works done by Venicians glass blowers." gtk-engine-murrine_package() { noarch="yes" From 99bf814d440d251763e9e667f1109df166a5e77f Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Fri, 5 Jul 2013 18:40:50 -0300 Subject: [PATCH 18/40] gtk-sharp: update template --- srcpkgs/gtk-sharp/template | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/srcpkgs/gtk-sharp/template b/srcpkgs/gtk-sharp/template index 1852c342fe7..d78b05628a6 100644 --- a/srcpkgs/gtk-sharp/template +++ b/srcpkgs/gtk-sharp/template @@ -2,20 +2,27 @@ pkgname=gtk-sharp version=2.12.21 revision=1 +distfiles="https://github.com/mono/gtk-sharp/archive/${version}.tar.gz" +checksum="bc356962294d538614fef08281b752fa85a0892607ff6d817583f712b8d8e1fa" + build_style=gnu-configure -short_desc="Gtk# is a Graphical User Interface Toolkit for mono and .Net" +hostmakedepends="pkg-config autoconf automake" +makedepends="mono gtk+-devel libtool which" maintainer="Steven R " -homepage="http://gtk-sharp.sourceforge.net" +homepage="http://www.mono-project.com/GtkSharp" license="LGPL" -distfiles="http://download.mono-project.com/sources/gtk-sharp212/${pkgname}-${version}.tar.gz" -checksum="ea02da7000433115dcc008102e0c217479c06d74b2c3af5b76527784f933b088" +short_desc="Gtk# is a Graphical User Interface Toolkit for mono and .Net" long_desc=" Gtk# is a Graphical User Interface Toolkit for mono and .Net. The project binds the gtk+ toolkit and assorted GNOME libraries, enabling fully native graphical Gnome application development using the Mono and .Net development frameworks." -makedepends="pkg-config mono gtk+-devel" + +pre_configure() { + ./bootstrap-2.12 +} gtk-sharp_package() { + noarch="yes" depends="mono gtk+" pkg_install() { vmove all From 713d594ae5a46d5775fb7a1b4a4ef289d9e770d0 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Fri, 5 Jul 2013 18:41:05 -0300 Subject: [PATCH 19/40] sublime-text3: update template --- srcpkgs/sublime-text3/template | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/srcpkgs/sublime-text3/template b/srcpkgs/sublime-text3/template index f0f2ffe52d3..90aa00f07de 100644 --- a/srcpkgs/sublime-text3/template +++ b/srcpkgs/sublime-text3/template @@ -1,39 +1,32 @@ # Template file for 'sublime-text3' pkgname=sublime-text3 -_subl_distver=3 -_subl_patchlevel=3046 -version=${_subl_distver}.${_subl_patchlevel} +version=3046 revision=1 -short_desc="Sublime Text is a sophisticated text editor for code, markup and prose" -maintainer="Steven R " -license="Custom" -homepage="http://www.sublimetext.com/3dev" -distfiles="http://c758482.r82.cf2.rackcdn.com/sublime_text_3_build_${_subl_patchlevel}_x64.tar.bz2" +distfiles="http://c758482.r82.cf2.rackcdn.com/sublime_text_3_build_${version}_x64.tar.bz2" checksum="580c4f2a68487a54639b7f4365931ab21cc56e17105dfa4f95fd03ace32b2474" +wrksrc="sublime_text_3" +only_for_archs="x86_64" +maintainer="Steven R " +homepage="http://www.sublimetext.com/3dev" +license="Custom" +short_desc="Sublime Text is a sophisticated text editor for code, markup and prose" long_desc=" Sublime Text is a sophisticated text editor for code, markup and prose. You'll love the slick user interface, extraordinary features and amazing performance." -wrksrc="sublime_text_3" -only_for_archs="x86_64" do_install() { vmkdir "opt/sublime_text" vmkdir "usr/sbin" - cp --preserve=mode -r ./* "${DESTDIR}/opt/sublime_text" - vinstall "sublime_text.desktop" 644 "usr/share/applications/" - for size in 128 16 256 32 48; do vinstall "Icon/${size}x${size}/sublime-text.png" 644 "usr/share/icons/hicolor/${size}x${size}/apps/" done - ln -s /opt/sublime_text/sublime_text ${DESTDIR}/usr/sbin/subl3 } sublime-text3_package() { nonfree="yes" - nostrip="yes" depends="libpng gtk+ hicolor-icon-theme desktop-file-utils" pkg_install() { vmove all From 97a7f7163548f6e359fcd813c322f6c441ad4618 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Fri, 5 Jul 2013 18:41:18 -0300 Subject: [PATCH 20/40] vicious: update template --- srcpkgs/vicious/template | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/srcpkgs/vicious/template b/srcpkgs/vicious/template index 950b038b809..5d891ffbd94 100644 --- a/srcpkgs/vicious/template +++ b/srcpkgs/vicious/template @@ -2,13 +2,13 @@ pkgname=vicious version=2.1.1 revision=1 -short_desc="Modular widget library for window managers." -maintainer="Steven R " -license="GPL-2" -makedepends="lua-devel>=5.1<5.2" -homepage="http://git.sysphere.org/vicious/about/" -distfiles="http://git.sysphere.org/vicious/snapshot/${pkgname}-${version}.tar.xz" +distfiles="http://git.sysphere.org/vicious/snapshot/vicious-${version}.tar.xz" checksum="59764f9a3ae491f6b14d6135ff53346c004d988bd9caa6fb1ec3b7999fbf3078" +makedepends="lua-devel>=5.1<5.2" +maintainer="Steven R " +homepage="http://git.sysphere.org/vicious/about/" +license="GPL-2" +short_desc="Modular widget library for window managers" long_desc=" Vicious is a modular widget library for window managers, but mostly catering to users of the awesome window manager. It was @@ -19,11 +19,9 @@ number of new ones." do_install() { vinstall LICENSE 644 "usr/share/licenses/${pkgname}/" vinstall CHANGES 644 "usr/share/doc/${pkgname}/" - vmkdir "usr/share/lua/5.1/${pkgname}" vmkdir "usr/share/lua/5.1/${pkgname}/widgets" vmkdir "usr/share/lua/5.1/${pkgname}/contrib" - vinstall TODO 644 "usr/share/doc/${pkgname}" vinstall README 644 "usr/share/doc/${pkgname}" install -m644 *.lua "${DESTDIR}/usr/share/lua/5.1/${pkgname}" @@ -33,7 +31,7 @@ do_install() { vicious_package() { noarch="yes" - depends="awesome alsa-utils wireless_tools curl lua" #missing hddtemp + depends="lua" pkg_install() { vmove all } From 5db8b788eb28cfbd991967cc8a7f0c477324a6cb Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Sun, 7 Jul 2013 16:36:00 -0300 Subject: [PATCH 21/40] New package: awoken-icons-2.5. --- srcpkgs/awoken-icons-dark | 1 + srcpkgs/awoken-icons-white | 1 + srcpkgs/awoken-icons/template | 54 +++++++++++++++++++++++++++++++++++ 3 files changed, 56 insertions(+) create mode 120000 srcpkgs/awoken-icons-dark create mode 120000 srcpkgs/awoken-icons-white create mode 100644 srcpkgs/awoken-icons/template diff --git a/srcpkgs/awoken-icons-dark b/srcpkgs/awoken-icons-dark new file mode 120000 index 00000000000..a8bfaf4c021 --- /dev/null +++ b/srcpkgs/awoken-icons-dark @@ -0,0 +1 @@ +awoken-icons/ \ No newline at end of file diff --git a/srcpkgs/awoken-icons-white b/srcpkgs/awoken-icons-white new file mode 120000 index 00000000000..a8bfaf4c021 --- /dev/null +++ b/srcpkgs/awoken-icons-white @@ -0,0 +1 @@ +awoken-icons/ \ No newline at end of file diff --git a/srcpkgs/awoken-icons/template b/srcpkgs/awoken-icons/template new file mode 100644 index 00000000000..7c829a49d41 --- /dev/null +++ b/srcpkgs/awoken-icons/template @@ -0,0 +1,54 @@ +# Template file for 'awoken-icons' +pkgname=awoken-icons +version=2.5 +revision=1 +short_desc="Simple and quite complete icon set, Token-style." +maintainer="Steven R " +license="CCPL:by-sa" +homepage="http://alecive.deviantart.com/art/AwOken-163570862" +distfiles="https://launchpad.net/~alecive/+archive/antigone/+files/awoken-icon-theme_2.5~ppa1~raring1.tar.gz" +checksum="5ce690b019b7a454065e0585765e346099788589d0c4d66c930dbac5219b39b4" +# makedepends="unzip" +long_desc=" +AwOken icon theme is a full Token-style iconset for GNOME, designed to be complete and stylish. + Choose it if you want to change significantly your desktop experience." +wrksrc="awoken-icon-theme-2.5~ppa1~raring1" + +do_install() { + vmkdir "usr/bin" + vmkdir "usr/share/icons" + + cp -r ./AwOken{,Dark,White} "${DESTDIR}/usr/share/icons/" + + find "${DESTDIR}" -type d -exec chmod 755 '{}' \; + find "${DESTDIR}" -type f -exec chmod 644 '{}' \; + find "${DESTDIR}" -name awoken-icon-theme-customization\* -exec chmod 755 '{}' \; + + ln -sf /usr/share/icons/AwOken/awoken-icon-theme-customization* "${DESTDIR}/usr/bin/" + ln -sf /usr/share/icons/AwOkenDark/awoken-icon-theme-customization-dark "${DESTDIR}/usr/bin/" + ln -sf /usr/share/icons/AwOkenWhite/awoken-icon-theme-customization-white "${DESTDIR}/usr/bin/" +} + + +awoken-icons-dark_package() { + short_desc+=" - Dark icons" + pkg_install() { + vmove usr/share/icons/AwOkenDark + } +} + +awoken-icons-white_package() { + short_desc+=" - White icons" + pkg_install() { + vmove usr/share/icons/AwOkenWhite + } +} + +awoken-icons_package() { + noarch="yes" + depends="zenity xdg-utils ImageMagick" + pkg_install() { + vmove usr/share/icons/AwOken + vmove usr/bin + } +} \ No newline at end of file From b5027b95d82d19b233adb16fb41ab3339e89a12b Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Sun, 7 Jul 2013 16:40:29 -0300 Subject: [PATCH 22/40] awoken-icons: update template --- srcpkgs/awoken-icons/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/awoken-icons/template b/srcpkgs/awoken-icons/template index 7c829a49d41..081f126387f 100644 --- a/srcpkgs/awoken-icons/template +++ b/srcpkgs/awoken-icons/template @@ -8,7 +8,6 @@ license="CCPL:by-sa" homepage="http://alecive.deviantart.com/art/AwOken-163570862" distfiles="https://launchpad.net/~alecive/+archive/antigone/+files/awoken-icon-theme_2.5~ppa1~raring1.tar.gz" checksum="5ce690b019b7a454065e0585765e346099788589d0c4d66c930dbac5219b39b4" -# makedepends="unzip" long_desc=" AwOken icon theme is a full Token-style iconset for GNOME, designed to be complete and stylish. Choose it if you want to change significantly your desktop experience." @@ -17,13 +16,10 @@ wrksrc="awoken-icon-theme-2.5~ppa1~raring1" do_install() { vmkdir "usr/bin" vmkdir "usr/share/icons" - cp -r ./AwOken{,Dark,White} "${DESTDIR}/usr/share/icons/" - find "${DESTDIR}" -type d -exec chmod 755 '{}' \; find "${DESTDIR}" -type f -exec chmod 644 '{}' \; find "${DESTDIR}" -name awoken-icon-theme-customization\* -exec chmod 755 '{}' \; - ln -sf /usr/share/icons/AwOken/awoken-icon-theme-customization* "${DESTDIR}/usr/bin/" ln -sf /usr/share/icons/AwOkenDark/awoken-icon-theme-customization-dark "${DESTDIR}/usr/bin/" ln -sf /usr/share/icons/AwOkenWhite/awoken-icon-theme-customization-white "${DESTDIR}/usr/bin/" From f7129109d5f6e9782ee51028cff074c45850725e Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Sun, 7 Jul 2013 22:19:20 -0300 Subject: [PATCH 23/40] New package: compton-git-20130707. --- srcpkgs/compton-git/template | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 srcpkgs/compton-git/template diff --git a/srcpkgs/compton-git/template b/srcpkgs/compton-git/template new file mode 100644 index 00000000000..007a8943298 --- /dev/null +++ b/srcpkgs/compton-git/template @@ -0,0 +1,27 @@ +# Template file for 'compton-git' +pkgname=compton-git +version=$(date +%Y%m%d) +revision=1 +build_style=gnu-makefile +hostmakedepends="git" +makedepends="libGL pkg-config dbus-devel libXcomposite-devel libXdamage-devel libXrandr-devel pcre-devel libconfig-devel libdrm-devel MesaLib-devel asciidoc" +nofetch=yes +noextract=yes +only_for_archs="i686 x86_64" +maintainer="Steven R " +homepage="https://github.com/chjj/compton" +license="MIT" +short_desc="Compton is a compositor for X, and a fork of xcompmgr-dana." + +do_fetch() { + local url="git://github.com/chjj/compton.git" + msg_normal "Fetching source from $url ...\n" + git clone ${url} ${pkgname}-${version} +} + +compton-git_package() { + depends="libGL dbus libXcomposite libXdamage libXrandr pcre libconfig MesaLib" + pkg_install() { + vmove all + } +} From 991a968fd2c2c0b8151c74be765937e24db38745 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Sun, 7 Jul 2013 22:37:41 -0300 Subject: [PATCH 24/40] awoken-icons: update template --- srcpkgs/awoken-icons/template | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/srcpkgs/awoken-icons/template b/srcpkgs/awoken-icons/template index 081f126387f..dd76120768c 100644 --- a/srcpkgs/awoken-icons/template +++ b/srcpkgs/awoken-icons/template @@ -2,16 +2,13 @@ pkgname=awoken-icons version=2.5 revision=1 -short_desc="Simple and quite complete icon set, Token-style." -maintainer="Steven R " -license="CCPL:by-sa" -homepage="http://alecive.deviantart.com/art/AwOken-163570862" distfiles="https://launchpad.net/~alecive/+archive/antigone/+files/awoken-icon-theme_2.5~ppa1~raring1.tar.gz" checksum="5ce690b019b7a454065e0585765e346099788589d0c4d66c930dbac5219b39b4" -long_desc=" -AwOken icon theme is a full Token-style iconset for GNOME, designed to be complete and stylish. - Choose it if you want to change significantly your desktop experience." wrksrc="awoken-icon-theme-2.5~ppa1~raring1" +maintainer="Steven R " +homepage="http://alecive.deviantart.com/art/AwOken-163570862" +license="CCPL:by-sa" +short_desc="Simple and quite complete icon set, Token-style." do_install() { vmkdir "usr/bin" @@ -25,7 +22,6 @@ do_install() { ln -sf /usr/share/icons/AwOkenWhite/awoken-icon-theme-customization-white "${DESTDIR}/usr/bin/" } - awoken-icons-dark_package() { short_desc+=" - Dark icons" pkg_install() { From aa16431e609c7d91e1bedb2f851c2acb654c4c3b Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Sun, 7 Jul 2013 22:39:24 -0300 Subject: [PATCH 25/40] dbus-sharp: update template --- srcpkgs/dbus-sharp/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/dbus-sharp/template b/srcpkgs/dbus-sharp/template index bfd69ccd57b..4d82974fcdd 100644 --- a/srcpkgs/dbus-sharp/template +++ b/srcpkgs/dbus-sharp/template @@ -11,10 +11,6 @@ maintainer="Steven R " homepage="http://github.com/mono/dbus-sharp/" license="Custom" short_desc="C# implementation of D-Bus" -long_desc=" -This is a fork of ndesk-dbus, which is a C# implementation of D-Bus. It's -often referred to as managed D-Bus to avoid confusion with existing -bindings (which wrap libdbus)." pre_configure() { ./autogen.sh From 05647f04073696ea7677e9a12e67218039fb4757 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Sun, 7 Jul 2013 22:39:36 -0300 Subject: [PATCH 26/40] dbus-sharp-glib: update template --- srcpkgs/dbus-sharp-glib/template | 3 --- 1 file changed, 3 deletions(-) diff --git a/srcpkgs/dbus-sharp-glib/template b/srcpkgs/dbus-sharp-glib/template index 46436267753..d3bfcca2c8a 100644 --- a/srcpkgs/dbus-sharp-glib/template +++ b/srcpkgs/dbus-sharp-glib/template @@ -11,9 +11,6 @@ maintainer="Steven R " homepage="http://github.com/mono/dbus-sharp-glib/" license="Custom" short_desc="C# Glib implementation of D-Bus" -long_desc=" -This is a fork of ndesk-dbus-glib, which provides GLib main loop integration -for Managed D-Bus." pre_configure() { ./autogen.sh From f3dcf31ca04c57ba20cb8a8d977a9ff6c445c413 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Sun, 7 Jul 2013 22:39:51 -0300 Subject: [PATCH 27/40] fish-shell: update template --- srcpkgs/fish-shell/template | 2 -- 1 file changed, 2 deletions(-) diff --git a/srcpkgs/fish-shell/template b/srcpkgs/fish-shell/template index a3b3aac767f..ea218b8f9a8 100644 --- a/srcpkgs/fish-shell/template +++ b/srcpkgs/fish-shell/template @@ -12,8 +12,6 @@ maintainer="Steven R " homepage="http://fishshell.com/" license="GPL" short_desc="User friendly shell intended mostly for interactive use" -long_desc=" -User friendly shell intended mostly for interactive use, forked by ridiculousfish." pre_configure() { autoconf From a03e2156302069b4ad6752982a3d03f8ae88a1eb Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Sun, 7 Jul 2013 22:40:15 -0300 Subject: [PATCH 28/40] gtk-engine-murrine: update template --- srcpkgs/gtk-engine-murrine/template | 3 --- 1 file changed, 3 deletions(-) diff --git a/srcpkgs/gtk-engine-murrine/template b/srcpkgs/gtk-engine-murrine/template index 37225bee58b..e23d2109990 100644 --- a/srcpkgs/gtk-engine-murrine/template +++ b/srcpkgs/gtk-engine-murrine/template @@ -12,9 +12,6 @@ maintainer="Steven R " homepage="http://cimitan.com/murrine/project/murrine" license="LGPL3" short_desc="GTK2 engine to make your desktop look like a murrina" -long_desc=" -GTK2 engine to make your desktop look like a 'murrina', -an italian word meaning the art glass works done by Venicians glass blowers." gtk-engine-murrine_package() { noarch="yes" From 95b97251b4dd81e69b05b2d03c2395a31c61a53a Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Sun, 7 Jul 2013 22:41:16 -0300 Subject: [PATCH 29/40] gtk-sharp: update template --- srcpkgs/gtk-sharp/template | 5 ----- 1 file changed, 5 deletions(-) diff --git a/srcpkgs/gtk-sharp/template b/srcpkgs/gtk-sharp/template index d78b05628a6..ad5987af8cc 100644 --- a/srcpkgs/gtk-sharp/template +++ b/srcpkgs/gtk-sharp/template @@ -4,7 +4,6 @@ version=2.12.21 revision=1 distfiles="https://github.com/mono/gtk-sharp/archive/${version}.tar.gz" checksum="bc356962294d538614fef08281b752fa85a0892607ff6d817583f712b8d8e1fa" - build_style=gnu-configure hostmakedepends="pkg-config autoconf automake" makedepends="mono gtk+-devel libtool which" @@ -12,10 +11,6 @@ maintainer="Steven R " homepage="http://www.mono-project.com/GtkSharp" license="LGPL" short_desc="Gtk# is a Graphical User Interface Toolkit for mono and .Net" -long_desc=" -Gtk# is a Graphical User Interface Toolkit for mono and .Net. -The project binds the gtk+ toolkit and assorted GNOME libraries, enabling fully native -graphical Gnome application development using the Mono and .Net development frameworks." pre_configure() { ./bootstrap-2.12 From bdee559a4a497fc8b0c6a771ad4a4bf2b7bb6887 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Sun, 7 Jul 2013 22:41:31 -0300 Subject: [PATCH 30/40] sublime-text3: update template --- srcpkgs/sublime-text3/template | 3 --- 1 file changed, 3 deletions(-) diff --git a/srcpkgs/sublime-text3/template b/srcpkgs/sublime-text3/template index 90aa00f07de..d164971b96c 100644 --- a/srcpkgs/sublime-text3/template +++ b/srcpkgs/sublime-text3/template @@ -10,9 +10,6 @@ maintainer="Steven R " homepage="http://www.sublimetext.com/3dev" license="Custom" short_desc="Sublime Text is a sophisticated text editor for code, markup and prose" -long_desc=" -Sublime Text is a sophisticated text editor for code, markup and prose. -You'll love the slick user interface, extraordinary features and amazing performance." do_install() { vmkdir "opt/sublime_text" From 47b2d2af63ecea024cfdc3da0489e19a6aec927f Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Sun, 7 Jul 2013 22:41:47 -0300 Subject: [PATCH 31/40] vicious: update template --- srcpkgs/vicious/template | 6 ------ 1 file changed, 6 deletions(-) diff --git a/srcpkgs/vicious/template b/srcpkgs/vicious/template index 5d891ffbd94..5bf05571565 100644 --- a/srcpkgs/vicious/template +++ b/srcpkgs/vicious/template @@ -9,12 +9,6 @@ maintainer="Steven R " homepage="http://git.sysphere.org/vicious/about/" license="GPL-2" short_desc="Modular widget library for window managers" -long_desc=" -Vicious is a modular widget library for window managers, but -mostly catering to users of the awesome window manager. It was -derived from the old Wicked widget library, and has some of the -old Wicked widget types, a few of them rewritten, and a good -number of new ones." do_install() { vinstall LICENSE 644 "usr/share/licenses/${pkgname}/" From 5dfe42f6398dc463428fae3284980b51b5533766 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Mon, 8 Jul 2013 07:58:56 -0300 Subject: [PATCH 32/40] New package: mtr-0.85. --- srcpkgs/mtr/template | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 srcpkgs/mtr/template diff --git a/srcpkgs/mtr/template b/srcpkgs/mtr/template new file mode 100644 index 00000000000..cd83f33f7c8 --- /dev/null +++ b/srcpkgs/mtr/template @@ -0,0 +1,25 @@ +# Template file for 'mtr' +pkgname=mtr +version=0.85 +revision=1 +distfiles="https://github.com/traviscross/mtr/archive/v${version}.tar.gz" +checksum="4c3c02cc8290798a067d514c9b243fdc90a75e58ca1a35da8e93a163f11c1884" +build_style=gnu-configure +hostmakedepends="automake autoconf pkg-config" +makedepends="ncurses-devel gtk+-devel glib-devel" +only_for_archs="i686 x86_64" +maintainer="Steven R " +homepage="http://www.bitwizard.nl/mtr/" +license="GPL" +short_desc="Combines the functionality of traceroute and ping into one tool (CLI version)" + +pre_configure() { + ./bootstrap.sh +} + +mtr_package() { + depends="ncurses gtk+ glib" + pkg_install() { + vmove all + } +} From 9a670eb5045ee745e63cc30708e9b866e12d6ae4 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Mon, 8 Jul 2013 13:09:47 -0300 Subject: [PATCH 33/40] youtube-dl: bump version. --- srcpkgs/youtube-dl/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template index d41a8027a89..17583ba9a85 100644 --- a/srcpkgs/youtube-dl/template +++ b/srcpkgs/youtube-dl/template @@ -1,6 +1,6 @@ # Template file for 'youtube-dl' pkgname=youtube-dl -version=2013.03.29 +version=2013.07.08.1 revision=1 makedepends="python" short_desc="Tool to download youtube videos" @@ -8,7 +8,7 @@ maintainer="pancake " license="Public Domain" homepage="http://rg3.github.com/youtube-dl/" distfiles="http://youtube-dl.org/downloads/$version/$pkgname" -checksum=d99205257e5ae0e96da78e2cf46f8aba93ce739388f866fb3f976ffdd892f312 +checksum=3f39d3c9811f53064056b9b2cb4622fc2ae3bddddb44965dde5e388204787a6c noextract=yes noarch=yes From 2cb66e915ff5f1e22d05d55a17c3ee0195f9eedf Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Mon, 8 Jul 2013 16:14:20 -0300 Subject: [PATCH 34/40] unzip: fix broken symlink --- srcpkgs/unzip/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/unzip/template b/srcpkgs/unzip/template index 82dd6d75496..74a4f33af09 100644 --- a/srcpkgs/unzip/template +++ b/srcpkgs/unzip/template @@ -23,8 +23,7 @@ do_build() { do_install() { cd ${wrksrc} - make ${makejobs} -f unix/Makefile prefix=${DESTDIR}/usr \ - LN='ln -fs' INSTALL_PROGRAM="install" install + make ${makejobs} -f unix/Makefile prefix="${DESTDIR}/usr" INSTALL_PROGRAM="install" install vmkdir usr/share mv ${DESTDIR}/usr/man ${DESTDIR}/usr/share From 2cf6d19b90310b2ee1306a68c5faccfb9ea08532 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Mon, 8 Jul 2013 16:16:39 -0300 Subject: [PATCH 35/40] youtube-dl: update template --- srcpkgs/youtube-dl/template | 2 -- 1 file changed, 2 deletions(-) diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template index 17583ba9a85..b3d10e437be 100644 --- a/srcpkgs/youtube-dl/template +++ b/srcpkgs/youtube-dl/template @@ -9,9 +9,7 @@ license="Public Domain" homepage="http://rg3.github.com/youtube-dl/" distfiles="http://youtube-dl.org/downloads/$version/$pkgname" checksum=3f39d3c9811f53064056b9b2cb4622fc2ae3bddddb44965dde5e388204787a6c - noextract=yes -noarch=yes do_install() { vinstall ${XBPS_SRCDISTDIR}/youtube-dl 755 usr/bin From 063dd54471c21e908049842360e1494dfdd9ca03 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Wed, 10 Jul 2013 16:03:03 -0300 Subject: [PATCH 36/40] youtube-dl: bump version. --- srcpkgs/youtube-dl/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template index b3d10e437be..d501c2367c5 100644 --- a/srcpkgs/youtube-dl/template +++ b/srcpkgs/youtube-dl/template @@ -1,6 +1,6 @@ # Template file for 'youtube-dl' pkgname=youtube-dl -version=2013.07.08.1 +version=2013.07.10 revision=1 makedepends="python" short_desc="Tool to download youtube videos" @@ -8,7 +8,8 @@ maintainer="pancake " license="Public Domain" homepage="http://rg3.github.com/youtube-dl/" distfiles="http://youtube-dl.org/downloads/$version/$pkgname" -checksum=3f39d3c9811f53064056b9b2cb4622fc2ae3bddddb44965dde5e388204787a6c +checksum=8030d2db061e8fb8dc99f5448491cdb52857a7a5ca1a090f324b53f053473daf + noextract=yes do_install() { From a6690baacb8afc3a5bdef9dfdf596c8daadba960 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Wed, 10 Jul 2013 16:04:04 -0300 Subject: [PATCH 37/40] sublime-text3: update to 3.3048 --- srcpkgs/sublime-text3/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/sublime-text3/template b/srcpkgs/sublime-text3/template index d164971b96c..398914bed0e 100644 --- a/srcpkgs/sublime-text3/template +++ b/srcpkgs/sublime-text3/template @@ -1,9 +1,9 @@ # Template file for 'sublime-text3' pkgname=sublime-text3 -version=3046 +version=3048 revision=1 distfiles="http://c758482.r82.cf2.rackcdn.com/sublime_text_3_build_${version}_x64.tar.bz2" -checksum="580c4f2a68487a54639b7f4365931ab21cc56e17105dfa4f95fd03ace32b2474" +checksum="387d5dadc330039d212ea82220068766dd1e4b14d1234b97e22a75f69650ce11" wrksrc="sublime_text_3" only_for_archs="x86_64" maintainer="Steven R " From fddf24e48a63579c177469841ab36ad0b0da1e8f Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Thu, 11 Jul 2013 03:49:42 -0300 Subject: [PATCH 38/40] awoken-icons: update template --- srcpkgs/awoken-icons/template | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/srcpkgs/awoken-icons/template b/srcpkgs/awoken-icons/template index dd76120768c..af6c359562b 100644 --- a/srcpkgs/awoken-icons/template +++ b/srcpkgs/awoken-icons/template @@ -2,9 +2,10 @@ pkgname=awoken-icons version=2.5 revision=1 -distfiles="https://launchpad.net/~alecive/+archive/antigone/+files/awoken-icon-theme_2.5~ppa1~raring1.tar.gz" -checksum="5ce690b019b7a454065e0585765e346099788589d0c4d66c930dbac5219b39b4" -wrksrc="awoken-icon-theme-2.5~ppa1~raring1" +distfiles="https://dl.dropbox.com/u/8029324/AwOken-2.5.zip" +checksum="f88b041991012b2129061e56a47f23bcb1b647f38cb493bd23a6774095b85ce3" +makedepends="unzip" +wrksrc="AwOken-2.5" maintainer="Steven R " homepage="http://alecive.deviantart.com/art/AwOken-163570862" license="CCPL:by-sa" @@ -13,26 +14,32 @@ short_desc="Simple and quite complete icon set, Token-style." do_install() { vmkdir "usr/bin" vmkdir "usr/share/icons" - cp -r ./AwOken{,Dark,White} "${DESTDIR}/usr/share/icons/" + for _theme in AwOken{,Dark,White}.tar.gz; do + tar --no-same-owner -xzf "$_theme" -C "${DESTDIR}/usr/share/icons/" + done find "${DESTDIR}" -type d -exec chmod 755 '{}' \; find "${DESTDIR}" -type f -exec chmod 644 '{}' \; find "${DESTDIR}" -name awoken-icon-theme-customization\* -exec chmod 755 '{}' \; - ln -sf /usr/share/icons/AwOken/awoken-icon-theme-customization* "${DESTDIR}/usr/bin/" + ln -sf /usr/share/icons/AwOken/awoken-icon-theme-customization "${DESTDIR}/usr/bin/" ln -sf /usr/share/icons/AwOkenDark/awoken-icon-theme-customization-dark "${DESTDIR}/usr/bin/" ln -sf /usr/share/icons/AwOkenWhite/awoken-icon-theme-customization-white "${DESTDIR}/usr/bin/" } awoken-icons-dark_package() { + depends="awoken-icons>=${version}" short_desc+=" - Dark icons" pkg_install() { vmove usr/share/icons/AwOkenDark + vmove usr/bin/awoken-icon-theme-customization-dark } } awoken-icons-white_package() { + depends="awoken-icons>=${version}" short_desc+=" - White icons" pkg_install() { vmove usr/share/icons/AwOkenWhite + vmove usr/bin/awoken-icon-theme-customization-white } } @@ -41,6 +48,6 @@ awoken-icons_package() { depends="zenity xdg-utils ImageMagick" pkg_install() { vmove usr/share/icons/AwOken - vmove usr/bin + vmove usr/bin/awoken-icon-theme-customization } } \ No newline at end of file From a595b555be3919a06c9632748dedd06869a00e0f Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Thu, 11 Jul 2013 04:50:01 -0300 Subject: [PATCH 39/40] awoken-icons: update template --- srcpkgs/awoken-icons/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/awoken-icons/template b/srcpkgs/awoken-icons/template index af6c359562b..f9df9798b1b 100644 --- a/srcpkgs/awoken-icons/template +++ b/srcpkgs/awoken-icons/template @@ -1,6 +1,6 @@ # Template file for 'awoken-icons' pkgname=awoken-icons -version=2.5 +version=2.5.1 revision=1 distfiles="https://dl.dropbox.com/u/8029324/AwOken-2.5.zip" checksum="f88b041991012b2129061e56a47f23bcb1b647f38cb493bd23a6774095b85ce3" @@ -28,6 +28,7 @@ do_install() { awoken-icons-dark_package() { depends="awoken-icons>=${version}" short_desc+=" - Dark icons" + noarch="yes" pkg_install() { vmove usr/share/icons/AwOkenDark vmove usr/bin/awoken-icon-theme-customization-dark @@ -37,6 +38,7 @@ awoken-icons-dark_package() { awoken-icons-white_package() { depends="awoken-icons>=${version}" short_desc+=" - White icons" + noarch="yes" pkg_install() { vmove usr/share/icons/AwOkenWhite vmove usr/bin/awoken-icon-theme-customization-white From ae6c6895642be0102b09956d16d135f0669679be Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Thu, 11 Jul 2013 04:55:10 -0300 Subject: [PATCH 40/40] awoken-icons: update template --- srcpkgs/awoken-icons/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/awoken-icons/template b/srcpkgs/awoken-icons/template index f9df9798b1b..6963eadf876 100644 --- a/srcpkgs/awoken-icons/template +++ b/srcpkgs/awoken-icons/template @@ -1,6 +1,6 @@ # Template file for 'awoken-icons' pkgname=awoken-icons -version=2.5.1 +version=2.5 revision=1 distfiles="https://dl.dropbox.com/u/8029324/AwOken-2.5.zip" checksum="f88b041991012b2129061e56a47f23bcb1b647f38cb493bd23a6774095b85ce3"