Package Details: customizepkg-patching 18.80b8860-1

Package Base: customizepkg-patching
Description: A tool to automate modification of PKGBUILDs using patch
Upstream URL: https://github.com/DanielOertwig/customizepkg-patching
Category: system
Licenses: GPL
Submitter: DanielJour
Maintainer: DanielJour
Last Packager: None
Votes: 15
First Submitted: 2011-12-29 16:56
Last Updated: 2013-05-05 19:10

Dependencies (3)

Required by (0)

Sources

Latest Comments

Comment by DanielJour

2015-04-28 10:54

I just changed my GitHub username, new URL is github.com/musteresel/customizepkg-patching. Because of the redirection done by GitHub this does (currently) not break this package, but it should be updated.

atm I have no running arch machines and it's been a while since I've done AUR packaging, so I currently cannot update the URL in the PKGBUILD.

If something breaks for you, please notify me, then I'll try to do the changes.

Comment by haawda

2014-03-24 20:19

I mentioned your program under https://bbs.archlinux.org/viewtopic.php?pid=1396412#p1396412 and want you to know. Great tool!

Comment by DanielJour

2013-10-11 07:53

This package has conflicts with "customizepkg" and provides "customizepkg". As far as I know this is the way to go. If the other customizepkg-* provide "customizepkg", then pacman should be able to sort things out.

Comment by flamusdiu

2013-10-06 12:02

This conflicts with other customizepkg-* so it should list it in the PKGBUILD under 'conflicts'. =D

$ sudo aura -As customizepkg
aur/customizepkg 0.2.1-2 (426)
A tool to modify automatically PKGBUILD
aur/customizepkg-new 0.6.0-4 (105)
A tool to modify automatically PKGBUILD (further development of customizepkg)
aur/customizepkg-patching 18.80b8860-1 (6)
A tool to automate modification of PKGBUILDs using patch
aur/customizepkg-scripting 0.4.1-1 (1)
A tool to modify automatically PKGBUILDs - modified to just run scripts

Comment by DanielJour

2013-05-02 07:37

Patch applied :)

Comment by ackalker

2013-04-24 16:14

Thanks for this very useful utility :-)
I've created a small(ish) patch adding the ability to customize any file in the directory containing the PKGBUILD.
Also, it adds:
- editing of the customized files (with vimdiff if desired)
- reviewing the patch (and saving it to the configdir if desired)
It uses functionality which patch already has for testing the patch and for backing up original files.
Hope you like it, I've been using this with much pleasure.

Here is my patch: http://pastebin.com/HWuHWDbk