From 1892c448378425f4e2ddbe3e0c5bbafd2f023c08 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Wed, 17 Jul 2013 17:27:02 -0300 Subject: [PATCH 01/10] mtr: remove space --- srcpkgs/mtr/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mtr/template b/srcpkgs/mtr/template index 2040a46d905..a87ccef5d8c 100644 --- a/srcpkgs/mtr/template +++ b/srcpkgs/mtr/template @@ -4,7 +4,7 @@ version=0.85 revision=1 distfiles="https://github.com/traviscross/mtr/archive/v${version}.tar.gz" checksum="4c3c02cc8290798a067d514c9b243fdc90a75e58ca1a35da8e93a163f11c1884" -build_style=gnu-configure +build_style=gnu-configure hostmakedepends="automake pkg-config" makedepends="ncurses-devel gtk+-devel" maintainer="Steven R " From 18f7b7fadd39c0a82f1b9aaadb8cc6ee444c1866 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Wed, 17 Jul 2013 17:27:19 -0300 Subject: [PATCH 02/10] fish-shell: remove space --- srcpkgs/fish-shell/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/fish-shell/template b/srcpkgs/fish-shell/template index 91dffc6cffb..f8765c3f926 100644 --- a/srcpkgs/fish-shell/template +++ b/srcpkgs/fish-shell/template @@ -4,7 +4,7 @@ version=2.0.0 revision=3 distfiles="http://fishshell.com/files/${version}/fish-${version}.tar.gz" checksum="7e4c4a0b3c518769a3d31b235e743de7a8d52f851ad19d2df9d53534e6238303" -build_style=gnu-configure +build_style=gnu-configure hostmakedepends="autoconf doxygen" makedepends="ncurses-devel" wrksrc="fish" From 37faf5280678ee73e0e5be9826165410f777f3c7 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Wed, 17 Jul 2013 17:27:39 -0300 Subject: [PATCH 03/10] gtk-engine-murrine: remove space --- srcpkgs/gtk-engine-murrine/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gtk-engine-murrine/template b/srcpkgs/gtk-engine-murrine/template index 381bd2c0fbb..89df5f86dea 100644 --- a/srcpkgs/gtk-engine-murrine/template +++ b/srcpkgs/gtk-engine-murrine/template @@ -4,7 +4,7 @@ version=0.98.2 revision=2 distfiles="http://ftp.gnome.org/pub/GNOME/sources/murrine/0.98/murrine-${version}.tar.xz" checksum="e9c68ae001b9130d0f9d1b311e8121a94e5c134b82553ba03971088e57d12c89" -build_style=gnu-configure +build_style=gnu-configure hostmakedepends="intltool pkg-config" makedepends="gtk+-devel" wrksrc="murrine-0.98.2" From c90ad9924da17ae358674f7cc80553c7cfdc0e88 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Wed, 17 Jul 2013 17:27:58 -0300 Subject: [PATCH 04/10] awoken-icons: remove space --- 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 6963eadf876..b91291be41e 100644 --- a/srcpkgs/awoken-icons/template +++ b/srcpkgs/awoken-icons/template @@ -51,5 +51,5 @@ awoken-icons_package() { pkg_install() { vmove usr/share/icons/AwOken vmove usr/bin/awoken-icon-theme-customization - } + } } \ No newline at end of file From 8a2ddb9c8c4e77910f54bc266165ac76b5c89851 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Wed, 17 Jul 2013 17:28:30 -0300 Subject: [PATCH 05/10] New package: xcalib-0.8. --- srcpkgs/xcalib/template | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 srcpkgs/xcalib/template diff --git a/srcpkgs/xcalib/template b/srcpkgs/xcalib/template new file mode 100644 index 00000000000..7cbe459984a --- /dev/null +++ b/srcpkgs/xcalib/template @@ -0,0 +1,28 @@ +# Template file for 'xcalib' +pkgname=xcalib +version=0.8 +revision=1 +distfiles="http://downloads.sourceforge.net/xcalib/xcalib-source-${version}.tar.gz" +checksum="8a112ee710e5446f6c36e62345b2066f10639d500259db8c48bf1716caea06e6" +build_style=gnu-makefile +makedepends="libX11-devel libXxf86vm-devel" +only_for_archs="i686 x86_64" +maintainer="Steven R " +homepage="http://www.etg.e-technik.uni-erlangen.de/web/doe/xcalib/" +license="GPL" +short_desc="A tiny monitor calibration loader for X.org" + +do_install() { + vmkdir "usr/bin" + vmkdir "usr/share/xcalib/" + vinstall "./xcalib" 755 "usr/bin/" + for file in README *.icc *.icm; do + vinstall "./$file" 644 "usr/share/xcalib/" + done +} + +xcalib_package() { + pkg_install() { + vmove all + } +} \ No newline at end of file From 196daf840099727eb6454d610e71ff7a23fee428 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Wed, 17 Jul 2013 18:19:57 -0300 Subject: [PATCH 06/10] youtube-dl: bump version. --- srcpkgs/youtube-dl/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template index 2b9ae7bf76f..37683d571c7 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.10 +version=2013.07.17.1 revision=1 makedepends="python" short_desc="Tool to download youtube videos" @@ -8,8 +8,7 @@ maintainer="pancake " license="Public Domain" homepage="http://rg3.github.com/youtube-dl/" distfiles="http://youtube-dl.org/downloads/$version/$pkgname" -checksum=8030d2db061e8fb8dc99f5448491cdb52857a7a5ca1a090f324b53f053473daf - +checksum=39f3b9706177e89452ecbb0f5b31038d357e60903ef94b3fc24d98f7b825e8e6 noextract=yes noarch=yes create_srcdir=yes From 7cae329742659c1f6f2b1eb2cd52029b64dc441b Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Wed, 17 Jul 2013 18:14:56 -0300 Subject: [PATCH 07/10] powertop: update to 2.3. --- .../powertop-2.0-always-create-params.patch | 34 ---- ...owertop-2.2-fix-crash-on-readonly-fs.patch | 41 ----- .../patches/powertop-2.2-gpu-wiggle-fix.patch | 11 -- .../powertop-2.2-reduce-syscalls.patch | 149 ------------------ .../patches/powertop-2.2-version-fix.patch | 34 ---- srcpkgs/powertop/template | 8 +- 6 files changed, 4 insertions(+), 273 deletions(-) delete mode 100644 srcpkgs/powertop/patches/powertop-2.0-always-create-params.patch delete mode 100644 srcpkgs/powertop/patches/powertop-2.2-fix-crash-on-readonly-fs.patch delete mode 100644 srcpkgs/powertop/patches/powertop-2.2-gpu-wiggle-fix.patch delete mode 100644 srcpkgs/powertop/patches/powertop-2.2-reduce-syscalls.patch delete mode 100644 srcpkgs/powertop/patches/powertop-2.2-version-fix.patch diff --git a/srcpkgs/powertop/patches/powertop-2.0-always-create-params.patch b/srcpkgs/powertop/patches/powertop-2.0-always-create-params.patch deleted file mode 100644 index 44b8ad3a786..00000000000 --- a/srcpkgs/powertop/patches/powertop-2.0-always-create-params.patch +++ /dev/null @@ -1,34 +0,0 @@ ---- src/parameters/persistent.cpp.orig 2012-05-04 18:03:54.000000000 +0200 -+++ src/parameters/persistent.cpp 2012-05-16 21:29:24.785390730 +0200 -@@ -129,9 +129,6 @@ void save_parameters(const char *filenam - - // printf("result size is %i, #parameters is %i \n", (int)past_results.size(), (int)all_parameters.parameters.size()); - -- if (!global_power_valid()) -- return; -- - pathname = get_param_directory(filename); - - file.open(pathname, ios::out); -@@ -140,12 +137,15 @@ void save_parameters(const char *filenam - return; - } - -- map::iterator it; -- -- for (it = param_index.begin(); it != param_index.end(); it++) { -- int index; -- index = it->second; -- file << it->first << "\t" << setprecision(9) << all_parameters.parameters[index] << "\n"; -+ if (global_power_valid()) -+ { -+ map::iterator it; -+ -+ for (it = param_index.begin(); it != param_index.end(); it++) { -+ int index; -+ index = it->second; -+ file << it->first << "\t" << setprecision(9) << all_parameters.parameters[index] << "\n"; -+ } - } - file.close(); - } diff --git a/srcpkgs/powertop/patches/powertop-2.2-fix-crash-on-readonly-fs.patch b/srcpkgs/powertop/patches/powertop-2.2-fix-crash-on-readonly-fs.patch deleted file mode 100644 index 573ceb321c5..00000000000 --- a/srcpkgs/powertop/patches/powertop-2.2-fix-crash-on-readonly-fs.patch +++ /dev/null @@ -1,41 +0,0 @@ -From bd72b4433fec358801afebf3f02ab899b1745c5f Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= -Date: Wed, 28 Nov 2012 16:31:38 +0100 -Subject: [PATCH] report: fixed crash when writing report to RO filesystem -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Signed-off-by: Jaroslav Škarvada ---- - src/report/report.cpp | 11 +++++++---- - 1 file changed, 7 insertions(+), 4 deletions(-) - -diff --git a/src/report/report.cpp b/src/report/report.cpp -index 51bc6a7..c018bb1 100644 ---- src/report/report.cpp -+++ src/report/report.cpp -@@ -183,13 +183,16 @@ void init_report_output(char *filename_str, int iterations) - - void finish_report_output(void) - { -- fprintf(stderr, _("PowerTOP outputing using base filename %s\n"), reportout.filename); - if (reporttype == REPORT_OFF) - return; - - report.finish_report(); -- fputs(report.get_result(), reportout.report_file); -- fdatasync(fileno(reportout.report_file)); -- fclose(reportout.report_file); -+ if (reportout.report_file) -+ { -+ fprintf(stderr, _("PowerTOP outputing using base filename %s\n"), reportout.filename); -+ fputs(report.get_result(), reportout.report_file); -+ fdatasync(fileno(reportout.report_file)); -+ fclose(reportout.report_file); -+ } - report.clear_result(); - } --- -1.7.11.7 - diff --git a/srcpkgs/powertop/patches/powertop-2.2-gpu-wiggle-fix.patch b/srcpkgs/powertop/patches/powertop-2.2-gpu-wiggle-fix.patch deleted file mode 100644 index 6c549a88a6a..00000000000 --- a/srcpkgs/powertop/patches/powertop-2.2-gpu-wiggle-fix.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff --git a/src/cpu/intel_cpus.h b/src/cpu/intel_cpus.h -index 1949af1..752e8d0 100644 ---- src/cpu/intel_cpus.h -+++ src/cpu/intel_cpus.h -@@ -158,5 +158,6 @@ public: - virtual char * fill_cstate_line(int line_nr, char *buffer, const char *separator); - virtual int has_pstate_level(int level) { return 0; }; - virtual int has_pstates(void) { return 0; }; -+ virtual void wiggle(void) { }; - - }; diff --git a/srcpkgs/powertop/patches/powertop-2.2-reduce-syscalls.patch b/srcpkgs/powertop/patches/powertop-2.2-reduce-syscalls.patch deleted file mode 100644 index ffe9c151562..00000000000 --- a/srcpkgs/powertop/patches/powertop-2.2-reduce-syscalls.patch +++ /dev/null @@ -1,149 +0,0 @@ -From 63b20549280e606e5e73d5c9fe701c79a5abc6cf Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= -Date: Wed, 12 Dec 2012 16:19:56 +0100 -Subject: [PATCH] Reduced number of useless 'open' syscalls -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -There are called many useless 'open' syscalls that always fail, like: - open("/sys/devices/system/cpu/uevent/cpufreq/scaling_governor", O_RDONLY) = -1 ENOTDIR (Not a directory) -This patch filters them to 'likely' patterns, like e.g.: -/sys/devices/system/cpu/cpuX/cpufreq/scaling_governor, where X is string -starting with digit. For match cases it will add only small overhead. - -Originally reported as: -https://bugzilla.redhat.com/show_bug.cgi?id=886185 - -Signed-off-by: Jaroslav Škarvada ---- - src/devices/alsa.cpp | 2 +- - src/devices/backlight.cpp | 2 ++ - src/devlist.cpp | 3 ++- - src/tuning/cpufreq.cpp | 11 ++++++----- - src/tuning/tuningsysfs.cpp | 5 +---- - 5 files changed, 12 insertions(+), 11 deletions(-) - -diff --git a/src/devices/alsa.cpp b/src/devices/alsa.cpp -index 4f5d3f9..33a52f5 100644 ---- src/devices/alsa.cpp -+++ src/devices/alsa.cpp -@@ -167,7 +167,7 @@ void create_all_alsa(void) - entry = readdir(dir); - if (!entry) - break; -- if (entry->d_name[0] == '.') -+ if (strncmp(entry->d_name, "hwC", 3) != 0) - continue; - sprintf(filename, "/sys/class/sound/card0/%s/power_on_acct", entry->d_name); - -diff --git a/src/devices/backlight.cpp b/src/devices/backlight.cpp -index b8c9147..03aa5bc 100644 ---- src/devices/backlight.cpp -+++ src/devices/backlight.cpp -@@ -90,6 +90,8 @@ static int dpms_screen_on(void) - if (!entry) - break; - -+ if (strncmp(entry->d_name, "card", 4) != 0) -+ continue; - sprintf(filename, "/sys/class/drm/card0/%s/enabled", entry->d_name); - file.open(filename, ios::in); - if (!file) -diff --git a/src/devlist.cpp b/src/devlist.cpp -index de5abff..633a568 100644 ---- src/devlist.cpp -+++ src/devlist.cpp -@@ -37,6 +37,7 @@ - #include - #include - #include -+#include - - using namespace std; - -@@ -117,7 +118,7 @@ void collect_open_devices(void) - entry2 = readdir(dir2); - if (!entry2) - break; -- if (entry2->d_name[0] == '.') -+ if (!isdigit(entry2->d_name[0])) - continue; - sprintf(filename, "/proc/%s/fd/%s", entry->d_name, entry2->d_name); - memset(link, 0, 4096); -diff --git a/src/tuning/cpufreq.cpp b/src/tuning/cpufreq.cpp -index df245ad..e870559 100644 ---- src/tuning/cpufreq.cpp -+++ src/tuning/cpufreq.cpp -@@ -36,6 +36,7 @@ - #include - #include - #include -+#include - - #include "../lib.h" - #include "cpufreq.h" -@@ -72,7 +73,7 @@ int cpufreq_tunable::good_bad(void) - return ret; - - while ((dirent = readdir(dir))) { -- if (dirent->d_name[0]=='.') -+ if (strncmp(dirent->d_name, "cpu", 3) != 0 || !isdigit(dirent->d_name[3])) - continue; - sprintf(filename, "/sys/devices/system/cpu/%s/cpufreq/scaling_governor", dirent->d_name); - file = fopen(filename, "r"); -@@ -123,7 +124,7 @@ void cpufreq_tunable::toggle(void) - return; - - while ((dirent = readdir(dir))) { -- if (dirent->d_name[0]=='.') -+ if (strncmp(dirent->d_name, "cpu", 3) != 0 || !isdigit(dirent->d_name[3])) - continue; - sprintf(filename, "/sys/devices/system/cpu/%s/cpufreq/scaling_governor", dirent->d_name); - file = fopen(filename, "w"); -@@ -141,7 +142,7 @@ void cpufreq_tunable::toggle(void) - return; - - while ((dirent = readdir(dir))) { -- if (dirent->d_name[0]=='.') -+ if (strncmp(dirent->d_name, "cpu", 3) != 0 || !isdigit(dirent->d_name[3])) - continue; - sprintf(filename, "/sys/devices/system/cpu/%s/cpufreq/scaling_governor", dirent->d_name); - file = fopen(filename, "w"); -@@ -171,7 +172,7 @@ const char *cpufreq_tunable::toggle_script(void) { - return NULL; - - while ((dirent = readdir(dir))) { -- if (dirent->d_name[0]=='.') -+ if (strncmp(dirent->d_name, "cpu", 3) != 0 || !isdigit(dirent->d_name[3])) - continue; - sprintf(filename, "/sys/devices/system/cpu/%s/cpufreq/scaling_governor", dirent->d_name); - if (stat(filename, &statbuf) == -1) -@@ -189,7 +190,7 @@ const char *cpufreq_tunable::toggle_script(void) { - return NULL; - - while ((dirent = readdir(dir))) { -- if (dirent->d_name[0]=='.') -+ if (strncmp(dirent->d_name, "cpu", 3) != 0 || !isdigit(dirent->d_name[3])) - continue; - sprintf(filename, "/sys/devices/system/cpu/%s/cpufreq/scaling_governor", dirent->d_name); - if (stat(filename, &statbuf) == -1) -diff --git a/src/tuning/tuningsysfs.cpp b/src/tuning/tuningsysfs.cpp -index 33d3786..ec1ca6b 100644 ---- src/tuning/tuningsysfs.cpp -+++ src/tuning/tuningsysfs.cpp -@@ -131,10 +131,7 @@ void add_sata_tunables(void) - if (!entry) - break; - -- if (strcmp(entry->d_name, ".") == 0) -- continue; -- -- if (strcmp(entry->d_name, "..") == 0) -+ if (entry->d_name[0] == '.') - continue; - - sprintf(filename, "/sys/class/scsi_host/%s/link_power_management_policy", entry->d_name); --- -1.7.11.7 - diff --git a/srcpkgs/powertop/patches/powertop-2.2-version-fix.patch b/srcpkgs/powertop/patches/powertop-2.2-version-fix.patch deleted file mode 100644 index 1021d085d35..00000000000 --- a/srcpkgs/powertop/patches/powertop-2.2-version-fix.patch +++ /dev/null @@ -1,34 +0,0 @@ -From: Namhyung Kim -To: powertop@lists.01.org -Date: Sun, 18 Nov 2012 00:42:47 +0900 -Message-Id: <1353166967-24095-1-git-send-email-namhyung@gmail.com> -Subject: [Powertop] [PATCH] Use PACKAGE_VERSION for POWERTOP_VERSION - -It was missed to update POWERTOP_VERSION macro so that the -new v2.2 release still shows v2.1 string on the header of -ncurses window. Convert to use PACKAGE_VERSION macro which -set by autotools to the AC_INIT version so that it cannot -be missed anymore. - -Signed-off-by: Namhyung Kim ---- - src/lib.h | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/lib.h b/src/lib.h -index 8cf4632..209421a 100644 ---- src/lib.h -+++ src/lib.h -@@ -35,8 +35,8 @@ - - #define _(STRING) gettext(STRING) - --#define POWERTOP_VERSION "v2.1" --#define POWERTOP_SHORT_VERSION "2.1" -+#define POWERTOP_VERSION "v"PACKAGE_VERSION -+#define POWERTOP_SHORT_VERSION PACKAGE_VERSION - - - extern int get_max_cpu(void); --- -1.7.9.2 diff --git a/srcpkgs/powertop/template b/srcpkgs/powertop/template index f0e4c9a3d01..c7f00e55164 100644 --- a/srcpkgs/powertop/template +++ b/srcpkgs/powertop/template @@ -1,16 +1,16 @@ # Template file for 'powertop' pkgname=powertop -version=2.2 -revision=2 +version=2.3 +revision=1 build_style=gnu-configure -hostmakedepends="pkg-config +hostmakedepends="pkg-config" makedepends="ncurses-devel pciutils-devel libnl3-devel" short_desc="Linux tool to find out what is using power on computer" maintainer="Juan RP " license="GPL-2" homepage="https://01.org/powertop/" distfiles="http://01.org/powertop/sites/default/files/downloads/${pkgname}-${version}.tar.gz" -checksum=1339e1bc3b9675c71dd70fed1132abf215d01469b348d23be7344bc65557b028 +checksum=b8c1add69afee28c77dca56fdcedb4a46820f3a71c86aae7891b0c5c595cd744 powertop_package() { pkg_install() { From eb9629848dfb0349c9fd7b72849173cb9d1238eb Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Wed, 17 Jul 2013 20:26:37 -0300 Subject: [PATCH 08/10] New package: fdupes. --- srcpkgs/fdupes/template | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 srcpkgs/fdupes/template diff --git a/srcpkgs/fdupes/template b/srcpkgs/fdupes/template new file mode 100644 index 00000000000..4773bb46819 --- /dev/null +++ b/srcpkgs/fdupes/template @@ -0,0 +1,26 @@ +# Template file for 'fdupes' +pkgname=fdupes +version=1.51 +revision=1 +distfiles="https://fdupes.googlecode.com/files/fdupes-${version}.tar.gz" +checksum="87dbc85b7b9cdb9626e713dd8078bd7487bceb58d47ceaff5404a9e6fd062881" +build_style=gnu-makefile +only_for_archs="i686 x86_64" +maintainer="Steven R " +homepage="https://code.google.com/p/fdupes/" +license="MIT" +short_desc="Identifying or deleting duplicate files residing within specified directories" + +do_install() { + vmkdir "usr/bin" + vmkdir "usr/share/man/man1/" + vinstall "./fdupes" 755 "usr/bin" + vinstall "./fdupes.1" 644 "usr/share/man/man.1" +} + +fdupes_package() { + depends="glibc" + pkg_install() { + vmove all + } +} From 483f5ae01643ca69f5cc559e7bdebecee6356ecc Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Wed, 17 Jul 2013 23:46:26 -0300 Subject: [PATCH 09/10] xcalib: misc fixes. --- srcpkgs/xcalib/template | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/srcpkgs/xcalib/template b/srcpkgs/xcalib/template index 7cbe459984a..8790bdd38d5 100644 --- a/srcpkgs/xcalib/template +++ b/srcpkgs/xcalib/template @@ -2,22 +2,19 @@ pkgname=xcalib version=0.8 revision=1 -distfiles="http://downloads.sourceforge.net/xcalib/xcalib-source-${version}.tar.gz" -checksum="8a112ee710e5446f6c36e62345b2066f10639d500259db8c48bf1716caea06e6" build_style=gnu-makefile +distfiles="${SOURCEFORGE_SITE}/xcalib/xcalib-source-${version}.tar.gz" +checksum="8a112ee710e5446f6c36e62345b2066f10639d500259db8c48bf1716caea06e6" makedepends="libX11-devel libXxf86vm-devel" -only_for_archs="i686 x86_64" maintainer="Steven R " homepage="http://www.etg.e-technik.uni-erlangen.de/web/doe/xcalib/" license="GPL" short_desc="A tiny monitor calibration loader for X.org" do_install() { - vmkdir "usr/bin" - vmkdir "usr/share/xcalib/" - vinstall "./xcalib" 755 "usr/bin/" + vinstall xcalib 755 usr/bin for file in README *.icc *.icm; do - vinstall "./$file" 644 "usr/share/xcalib/" + vinstall "$file" 644 usr/share/xcalib done } From 4bed51c574036ecc142e293eb715c066d769ad97 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Wed, 17 Jul 2013 23:45:57 -0300 Subject: [PATCH 10/10] fdupes: misc fixes. --- srcpkgs/fdupes/template | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/srcpkgs/fdupes/template b/srcpkgs/fdupes/template index 4773bb46819..733e4f509a2 100644 --- a/srcpkgs/fdupes/template +++ b/srcpkgs/fdupes/template @@ -2,25 +2,21 @@ pkgname=fdupes version=1.51 revision=1 +build_style=gnu-makefile distfiles="https://fdupes.googlecode.com/files/fdupes-${version}.tar.gz" checksum="87dbc85b7b9cdb9626e713dd8078bd7487bceb58d47ceaff5404a9e6fd062881" -build_style=gnu-makefile -only_for_archs="i686 x86_64" maintainer="Steven R " homepage="https://code.google.com/p/fdupes/" license="MIT" short_desc="Identifying or deleting duplicate files residing within specified directories" do_install() { - vmkdir "usr/bin" - vmkdir "usr/share/man/man1/" - vinstall "./fdupes" 755 "usr/bin" - vinstall "./fdupes.1" 644 "usr/share/man/man.1" + vinstall fdupes 755 usr/bin + vinstall fdupes.1 644 usr/share/man/man1 } fdupes_package() { - depends="glibc" - pkg_install() { - vmove all - } -} + pkg_install() { + vmove all + } +} \ No newline at end of file