summaryrefslogtreecommitdiff
path: root/pkgbuild
Commit message (Collapse)AuthorAgeFilesLines
* archlinux: tested and work again.Cedric BAIL2016-03-291-1/+1
|
* efl.model: Remove unused emodel-cxx.pc.in and emodel.pc.inFelipe Magno de Almeida2015-05-041-1/+1
|
* emodel: Created Emodel and Eio_Model.Larry Jr2015-04-051-1/+1
|
* evas: add libdrm as a dependency.Cedric Bail2014-02-281-2/+2
|
* pkgbuild -> luajitCarsten Haitzler (Rasterman)2014-01-181-1/+1
|
* Update PKGBUILD to work with release tarballs as well as Git clonesCarsten Haitzler (Rasterman)2014-01-091-37/+49
| | | | | | | | | | Reviewers: raster Reviewed By: raster CC: cedric Differential Revision: https://phab.enlightenment.org/D439
* pkgbuild - enable scim by default for input methods and sdl is pointlessCarsten Haitzler (Rasterman)2013-12-231-3/+4
|
* pkgbuild - fix deps list for gst 1.0Carsten Haitzler (Rasterman)2013-12-231-3/+3
|
* pkgbuild: avahi is now a dependency of EFL.Cedric BAIL2013-12-181-2/+2
|
* pkgbuild: follow aur efl-git version naming.Cedric BAIL2013-12-122-7/+18
|
* pkgbuild: let's tests all backend in our package.Cedric BAIL2013-12-121-2/+4
|
* pkgbuild: we do conflict with efl-git from AUR.Cedric BAIL2013-12-111-2/+2
|
* PKGBUILD cleanupDoug Newgard2013-10-262-60/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary: Some of the files in the "efl" package (emotion engine and others IIRC) were linked to libs in the efl_x11 package. This created a circular dep requiring both to be installed. Should just be one package in that case. LGPL2 is actually LGPL2.1. Added 'custom' to license array to cover COPYING.SMALL. There is no 'dbus-core' package, it's part of 'dbus' now. Doesn't build without 'check' installed. provides_efl doesn't work, changed to just provides. Got rid of tabs in depends and provides, replaced with spaces. No need to add default 'strip', 'docs', and 'zipman' options, if someone want to override them, there's no reason to stop them. buildflags doesn't work as a variable, added them to CFLAGS and CXXFLAGS manually. -O2 and -g are already included by default, if someone wants to change them on their system, there's no reason to override them. Add install script to update mime database. Change shebang on eina-bench-cmp so it runs with python2, python is 3 on Arch. make dist doesn't tar Makefile, so we need to check that it exists before running "make clean distclean". Otherwise the build just fails. Building of docs should be done in the build function. Quoted all uses of $pkgdir and $srcdir Each package function gets it's own $pkgdir, so rm-ing them at the beginning of the function isn't needed. Use cp -a instead of cp -r to make sure permissions are preserved. Set correct pkgdesc, arch, license, depends, provides, and install for the doc package. Reviewers: raster Reviewed By: raster CC: cedric Differential Revision: https://phab.enlightenment.org/D240
* Split .gitignore into multiple filesEduardo Lima (Etrunko)2013-06-111-0/+4
| | | | Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
* fix pkgbuildCarsten Haitzler (Rasterman)2013-06-071-10/+6
|
* update pkgbuildCarsten Haitzler (Rasterman)2013-06-071-2/+0
|
* fix up pkgbuild to be cleaner.Carsten Haitzler (Rasterman)2013-06-071-9/+13
|
* fix up pkgbuild to be cleaner.Carsten Haitzler (Rasterman)2013-06-071-3/+1
|
* efl: actually test and make pkgbuild work.Carsten Haitzler (Rasterman)2013-06-051-20/+41
|
* we have spec files... lets add arch pkgbuild stuff too :)Carsten Haitzler (Rasterman)2013-03-311-0/+73