summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2022-01-25Rebuild for Python 3.10Rafael Fontenelle
2020-12-09Disable unused patchRafael Fontenelle
Also call rebuild for Python 3.9
2020-09-28Update to 3.38.0.r0.g30ef98f3Rafael Fontenelle
2020-03-09Update to 3.36.0Rafael Fontenelle
2019-12-05Update patch fileRafael Fontenelle
2019-12-05Update to 3.35.2+23+g75b39363Rafael Fontenelle
2019-09-07Remove unneeded commentRafael Fontenelle
2019-09-07Update to 3.34.0Rafael Fontenelle
- reduce number of dependencies, including only those required by the default moduleset. - organize them vertically for better view and control - add a comment explaining why those packages are a dependency in this package - adjust patch file to include a mesonargs to the gst-plugins-bad that disable vulkan extension in order to avoiding build failure on missing vulcan-headers package
2018-01-16Update to 3.15.92+1631+g65862991Rafael Fontenelle
Adds libplist and libnfs to depends
2018-01-16Update to 3.15.92+1631+g65862991Rafael Fontenelle
Adds libplist and libnfs to depends
2017-10-19Add yasm to dependsRafael Fontenelle
2017-10-16Update to 3.15.92+1489+g43760b5dRafael Fontenelle
Default moduleset is now gnome-apps-3.28, and include rename-tarball attribute
2017-09-27Update to 3.15.92+1459+g4c6834eaRafael Fontenelle
Add rust do depends
2017-08-29Update to 3.15.92+1416+ge4528807-2Rafael Fontenelle
Add llvm to depends
2017-08-29Update to 3.15.92+1416+ge4528807Rafael Fontenelle
Add fwupdate to depends
2017-08-11Update to 3.15.92+1382+g1153e77dRafael Fontenelle
Change in this commit: 1- add python-pillow to depends
2017-08-09Update to 3.15.92+1331+g9f214f2fRafael Fontenelle
Changes in this commit: 1- Add to depends: sane, source-highlight, usbredir, valgrind 2- Support to force-non-srcdir-builds
2017-07-25Update to 3.15.92+1268+gf8a3fb2aRafael Fontenelle
2017-06-29Update to 3.15.92+1268+gf8a3fb2aRafael Fontenelle
Added support for running JHBuild as root
2017-06-21Update to 3.15.92+1180+g19a3a0f3Rafael Fontenelle
Change in this commit: 1- add udisks2 to depends
2017-06-10Update to 3.15.92+1180+g19a3a0f3-3Rafael Fontenelle
Changes in this commit: 1- Add check and libunwind to deps 2- Remove gnome-software and appstream-glib from patch, as it was resolved by the upstream
2017-05-18Forgot to add the modified patchRafael Fontenelle
2017-05-18Update to 3.15.92+1180+g19a3a0f3Rafael Fontenelle
Changes in this commit: 1- Fix INFOPATH 2- Disable RPM for appstream-glib
2017-05-08Update to 3.15.92+1159+gdcca0fc7Rafael Fontenelle
Changes in this commit: 1- Add cmakedir attribute to JHBuild 2- Add 'docbook-sgml' to depends(), as it is required to generate fwupd's man pages 3- Remove 'gnome-common' as it isn't needed anymore, and also 'intltool' that is already in depends()
2017-04-28Update to 3.15.92+1134+g595267a9Rafael Fontenelle
Changes in this commit: 1- Remove gstreamer from patch, as default.jhbuildrc now includes flag disabling gtk-doc in meson builds 2- Remove renaming python3 to python, as python3 is a valid executable for Python version 3
2017-04-18Update to 3.15.92+1108+g5b676bb6Rafael Fontenelle
Changes in this commit: 1- Set gnome-apps-3-26 as default moduleset (default.jhbuildrc); 2- $srcdir name is now 'jhbuild' instead jhbuild_$commit to allow ease update with newer commit in JHBuild's source code.
2017-04-13Fix syntax in the patch fileRafael Fontenelle
And remove 'itstool' as it is a sysdep (not built in jhbuild)
2017-04-12Update module args patchRafael Fontenelle
Add gstreamer (disable gtk-doc) and gnome-software (disable rpm), and rename the patch file as now it has meson arguments as well
2017-04-06Add ninja to dependsRafael Fontenelle
2017-03-31Update to 3.15.92+1081+ge10b7222Rafael Fontenelle
Changes in this commit: 1- Update to commit e10b7222, to have meson built within jhbuild and PYTHON/PYTHON3 dinstinguish implemented (however, the patch file module_autogenargs.patch is still required) 2- Fix JHBuild's srcdir value, removing $pkgname-$_commit from it 3- Remove meson from depends() due to the item 1 above
2017-02-23Update to 3.15.92+1012+g88207c11-2Rafael Fontenelle
Changes in this commit: - Adds all dependencies reported by sysdeps (some modules might still require a few more packages); - Removed .install file, as its text is thoroughly dealt in JHBuild page in Arch Wiki
2017-02-10Update to 3.15.92+1012+g88207c11Rafael Fontenelle
This commit fix the following: - update to latest development version to enable meson supporte (required by GNOME 3.24) - install bash autocompletion script for completion of jhbuild's commands
2016-11-22upgpkg: jhbuild-3.15.92-4Rafael Fontenelle
Deleted unneeded modulesets and the update script Added patch to make sure default.jhbuildrc is up-to-date Added jhbuildrc samples to package.
2016-06-20Fix the patching of defaults.jhbuildrcRafael Fontenelle
Since patching this file for further replacement by the update-jhbuild-cfgs script doesn't make much sense, I dropped the patch file and moved its content into the script. So, on every run of update-jhbuild-cfgs, the defaults.jhbuildrc will be updated and now it will also be patched using sed regexp.
2016-06-17Fix checksum of update-jhbuild-cfgsRafael Fontenelle
2016-06-17Bump pkgrel 2, added update-jhbuild-cfgs, updated patchRafael Fontenelle
[update-jhbuild-cfgs.sh] Introducing the script update-jhbuild-cfgs, with the intention to keep defaults.jhbuildrc and modulesets up-to-date. This is important to always have the most current list of GNOME modules among others (e.g. jhbuild package current doesn't provide moduleset for latest GNOME stable version, 3.20). update-jhbuild-cfgs runs git-clone to download JHBuild source code, or git-rebase if local repository already exists, and replace the appropriated files under package management without issues (helpfully! In case of problems, please let me know!) Feel free to run this script wheven your want. [module_autogenargs.patch] Updated this patch to reflect current needs (i.e. removed arguments to modules known to not need anymore).
2016-01-25upgrade to 3.15.92Mark Weiman
Signed-off-by: Mark Weiman <mark.weiman@markzz.com>
2015-10-06update to 3.12.0-2Mark Weiman
2015-10-06update to 3.12.0Mark Weiman
2015-08-16initial importMark Weiman