diff options
author | Alexander Golubev <[email protected]> | 2024-01-02 16:25:31 +0300 |
---|---|---|
committer | TDE Gitea <[email protected]> | 2024-01-17 22:49:05 +0000 |
commit | 0c3ac7cd9528c0717d0be68b6a74fe0b70e97aaf (patch) | |
tree | 434844bbfc2346b24d945bc69ddb525cc26b0a53 /x11-wm/compiz/metadata.xml | |
parent | 66b9980c01415d4fbac29e1ece821fed4bad0860 (diff) | |
download | tde-packaging-gentoo-0c3ac7cd9528c0717d0be68b6a74fe0b70e97aaf.tar.gz tde-packaging-gentoo-0c3ac7cd9528c0717d0be68b6a74fe0b70e97aaf.zip |
x11-wm/compiz: several improvements
- fix automagical depend upon libnotify
- rename USE gles->gles2 to be more consistent with other packages
- use -DBUILD* cmake flags rather -DUSE_*
- fix GLES support: Before that GLES was always enabled on arm* and
always disabled on all other arches regardless of the use flag. Use of
-DBUILD_GLES rathere than -DUSE_GLES fixes the issue.
- keyworded for ~arm64
Signed-off-by: Alexander Golubev <[email protected]>
Diffstat (limited to 'x11-wm/compiz/metadata.xml')
-rw-r--r-- | x11-wm/compiz/metadata.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-wm/compiz/metadata.xml b/x11-wm/compiz/metadata.xml index 689e1534..6931572b 100644 --- a/x11-wm/compiz/metadata.xml +++ b/x11-wm/compiz/metadata.xml @@ -5,4 +5,7 @@ <email>[email protected]</email> <name>Trinity Gentoo ebuilds project</name> </maintainer> + <upstream> + <remote-id type="launchpad">compiz</remote-id> + </upstream> </pkgmetadata> |