summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-01-18Add dependencies required for clean chroot buildShadowKyogre
In detail, those dependencies were: * libxi * libxcursor
2020-04-25Change msg2 to echo to stderrShadowKyogre
https://wiki.archlinux.org/index.php/Arch_package_guidelines#Package_etiquette
2018-07-14Don't forget libxi and libxcursor during the buildShadowKyogre
2018-07-12Handle generating Compiz exclusive icon cachesShadowKyogre
This is needed for CCSM plugin icons and such.
2018-06-04Point to Gitlab URL nowShadowKyogre
2017-04-27Adjust for mksrcinfo bug againShadowKyogre
2017-04-26Remove extraneous provide in pkgbaseShadowKyogre
2017-04-10Correct generating depends for compiz-gtk-gitShadowKyogre
2017-04-04marco theme with GTK3 as default, namcap tidyingShadowKyogre
Prior to this commit, _use_marco=1 enabled GTK+2 support for Marco themes. _use_marco=2 enabled GTK+3 support for Marco themes. MATE upstream wise now only supports GTK+3. GTK+2 versions of the MATE desktop components are now in the AUR. Following this paradigm, _use_marco=1 will represent the distribution default marco (whether that represents GTK+2 or GTK+3). And _use_marco=2 will represent the alternative choice. Other than that, the following changes were made after running the built packages through namcap: * Explicitly list the compiz-core-git as a dependency for compiz-gtk-git * Add missed dependencies of libxi and libxcursor for compiz-core-git * Add missed dependency of hicolor-icon-theme for compiz-core-git * List libwnck/libwnck3 dependencies instead of gtk2/gtk3 dependencies for the nonmarco components since the decorator also pulls in libwnck.
2016-07-15Add a configure option for marco-gtk3ShadowKyogre
2016-06-01*.desktop handled in default installShadowKyogre
2016-05-07PKGBUILD shouldn't fail on not building gtk decoShadowKyogre
However, compiz-gtk-git shouldn't be created if gtk2's missing. Also, add .gitignore for easier maintenance
2016-04-11Workaround for mksrcinfo bugShadowKyogre
2016-04-11Standardize format of compiz git PKGBUILDsShadowKyogre
2016-03-28Update to point to github reposShadowKyogre
2015-12-18Remove prefixing compiz. from the pkgverShadowKyogre
2015-12-14Make gitified compiz PKGBUILD: compiz-core-gitShadowKyogre