Age | Commit message (Collapse) | Author |
|
|
|
|
|
In detail, those dependencies were:
* libxi
* libxcursor
|
|
https://wiki.archlinux.org/index.php/Arch_package_guidelines#Package_etiquette
|
|
|
|
This is needed for CCSM plugin icons and such.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
However, compiz-gtk-git shouldn't be created if gtk2's missing.
Also, add .gitignore for easier maintenance
|
|
|
|
|
|
|
|
|
|
|