summaryrefslogtreecommitdiff
path: root/pkgbuild
Commit message (Collapse)AuthorAgeFilesLines
* pkgbuild: let's not put .eo with the binary.Cedric BAIL2014-09-041-1/+2
|
* elm_web: disable support for Webkit/EFL.Cedric BAIL2014-02-061-2/+2
| | | | | Current git head require latest Webkit/EFL from svn. Waiting to update the release tarball to go along with 1.9 release to re-enable it.
* PKGBUILD - follow changes in defining version with efl.m4Cedric BAIL2014-01-241-7/+3
| | | | | | | | Reviewers: cedric Differential Revision: https://phab.enlightenment.org/D492 Signed-off-by: Cedric BAIL <cedric.bail@samsung.com>
* Update PKGBUILD to work with release tarballs as well as Git clonesCarsten Haitzler (Rasterman)2014-01-091-29/+51
| | | | | | | | Reviewers: raster Reviewed By: raster Differential Revision: https://phab.enlightenment.org/D440
* pkgbuild: follow AUR elemetary-git version naming.Cedric BAIL2013-12-122-9/+27
|
* Minor PKGBUILD cleanupDoug Newgard2013-11-071-9/+10
| | | | | | | | | | | | | Summary: Add PKGBUILD to make dist so it will be in the snapshots Change dep to current efl package since efl_x11 isn't there anymore Check for Makefile before running make clean distclean otherwise build fails Set correct arch on elementary_doc Install docs to /usr/share/doc Reviewers: raster Differential Revision: https://phab.enlightenment.org/D282
* PKGBUILD cleanupDoug Newgard2013-06-131-48/+35
| | | | | | | | | | | | | | | | | | | pkgdesc should not include the name of the package (was misspelled anyway) Licenses were wrong, LGPL2.1, not LGPL2 and missing CCPL Doesn't need to provide itself or elementary-svn Shouldn't override user selected options, if they manually add !strip, !docs, or !zipman, that should be respected unless there's a specific reason the option needs to be as specified Shouldn't override user build flags, if they manaually change -g or -O2, that should be respected unless there's a specific reason that exact build flag is required. Doesn't need to disable-static, there are none anyway make doc should be run in the build function Don't need to rm -rf $pkgdir/usr, each package function has it's own $pkgdir and they are all cleared each time makepkg is run All paths which include a variable should be quoted Should not put another copy of LGPL2.1 on the system, it's in common for a reason
* Split .gitignore into multiple filesEduardo Lima (Etrunko)2013-06-111-0/+4
| | | | Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
* fix desc on pkgbuildCarsten Haitzler (Rasterman)2013-06-071-1/+1
|
* add pkgbuildCarsten Haitzler (Rasterman)2013-06-071-0/+82