Package Details: customizepkg-git 51.6cf63cb-1

Git Clone URL: https://aur.archlinux.org/customizepkg-git.git (read-only, click to copy)
Package Base: customizepkg-git
Description: A tool to modify automatically PKGBUILD
Upstream URL: https://github.com/ava1ar/customizepkg
Licenses: GPL
Conflicts: customizepkg, customizepkg-ald, customizepkg-patching, customizepkg-scripting
Provides: customizepkg
Submitter: ava1ar
Maintainer: ava1ar
Last Packager: ava1ar
Votes: 117
Popularity: 1.63
First Submitted: 2014-06-15 03:57 (UTC)
Last Updated: 2021-07-11 17:42 (UTC)

Dependencies (5)

Required by (2)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

ava1ar commented on 2014-06-14 23:54 (UTC)

@stevenhoneyman I will create a repo soon (in 1-2 days), so you will be able to push new features there.

stevenhoneyman commented on 2014-06-14 23:50 (UTC)

@ava1ar - did you ever add this to GitHub? I'd like to add some new features to a customizepkg script, so I'd rather fork this and make pull requests for anything useful I add... instead of there being a "customizepkg-new-new" :)

ava1ar commented on 2014-05-26 04:30 (UTC)

@stevenhoneyman Thanks for contributing to this, package updated! I should move it to github I think for easier development, will do this soon.

stevenhoneyman commented on 2014-05-25 21:32 (UTC)

Also; bugfix for split packages (try lib32-harfbuzz for example, or anything with pkgname and _pkgbasename): --- customizepkg 2014-05-25 14:07:44.000000000 +0100 +++ /usr/bin/customizepkg 2014-05-25 22:27:57.073059709 +0100 @@ -123,7 +123,7 @@ fi # creating copy of pkgname string into temporary file -$( cat ./PKGBUILD | grep "pkgname=" > ./PKGBUILD.pkgname ) +$( grep "pkg.*name=" ./PKGBUILD > ./PKGBUILD.pkgname ) # and sourcing it instead of whole PKGBUILD (since it may contains errors) source ./PKGBUILD.pkgname 2> /dev/null

stevenhoneyman commented on 2014-05-25 13:32 (UTC)

@ava1ar Just a minor thing, but did you notice you've forgotten to change the headers on the example files? All except 1 say "mplayer" :) Please see below (sorry, wasn't sure where else to post this): $ head -n2 /etc/customizepkg.d/* ==> /etc/customizepkg.d/epdfview.example <== # This is an example of config file for customizepkg # Copy this file in /etc/customizepkg.d/epdfview to use it ==> /etc/customizepkg.d/kqemu.example <== # This is an example of config file for customizepkg # Copy this file in /etc/customizepkg.d/mplayer to use it ==> /etc/customizepkg.d/mplayer.example <== # This is an example of config file for customizepkg # Copy this file in /etc/customizepkg.d/mplayer to use it ==> /etc/customizepkg.d/qemu.example <== # This is an example of config file for customizepkg # Copy this file in /etc/customizepkg.d/mplayer to use it ==> /etc/customizepkg.d/qt.example <== # This is an example of config file for customizepkg # Copy this file in /etc/customizepkg.d/mplayer to use it ==> /etc/customizepkg.d/vim.example <== # This is an example of config file for customizepkg # Copy this file in /etc/customizepkg.d/mplayer to use it

ava1ar commented on 2014-05-24 17:43 (UTC)

@vendion This really looks like Aura issue. I will use tz instead of gz for sources - this should solve the issue.

vendion commented on 2014-05-24 04:08 (UTC)

@ava1ar Here is what I get: ==> Making package: customizepkg-new 0.6.0-5 (Sat May 24 00:04:22 EDT 2014) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading customizepkg.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2909 100 2909 0 0 5458 0 --:--:-- --:--:-- --:--:-- 5457 ==> Validating source files with sha1sums... customizepkg.tar.gz ... Passed ==> Extracting sources... -> Extracting customizepkg.tar.gz with bsdtar ==> Entering fakeroot environment... ==> Starting package()... ==> Tidying install... -> Purging unwanted files... -> Removing libtool files... -> Removing static library files... -> Compressing man and info pages... -> Stripping unneeded symbols from binaries and libraries... ==> Creating package "customizepkg-new"... -> Generating .PKGINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: customizepkg-new 0.6.0-5 (Sat May 24 00:04:24 EDT 2014) loading packages... error: missing package metadata in /var/cache/pacman/pkg/customizepkg.tar.gz error: '/var/cache/pacman/pkg/customizepkg.tar.gz': invalid or corrupted package This is with using Aura as my AUR helper. I guess it is a problem there though I just grabbed the tarball and it worked find building with makepkg, and the generated package installed fine.

ava1ar commented on 2014-05-18 04:32 (UTC)

@vendion Can't reproduce this, can you please share full build log?

vendion commented on 2014-05-18 03:47 (UTC)

Unable to build, when I try I get the following errors error: missing package metadata in /var/cache/pacman/pkg/customizepkg.tar.gz error: '/var/cache/pacman/pkg/customizepkg.tar.gz': invalid or corrupted package Not sure why the tarball is being treated as package file.

dannyboy48888 commented on 2013-11-18 06:13 (UTC)

Love the tool, makes my custom world settings (i.e opus support, x264 10-bit) alot easier to maintain and makes me a very happy former Gentoo person. keep up the good work and K.I.S.S!