budgie-control-center:removed conflict files from libhandy
This commit is contained in:
@@ -4,10 +4,7 @@
|
|||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
from pisi.actionsapi import autotools
|
from pisi.actionsapi import mesontools, pisitools
|
||||||
from pisi.actionsapi import pisitools
|
|
||||||
from pisi.actionsapi import get
|
|
||||||
from pisi.actionsapi import mesontools
|
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
mesontools.configure()
|
mesontools.configure()
|
||||||
@@ -17,5 +14,9 @@ def build():
|
|||||||
|
|
||||||
def install():
|
def install():
|
||||||
mesontools.install()
|
mesontools.install()
|
||||||
|
#these file comes from libhandy
|
||||||
|
pisitools.removeDir("/usr/share/locale")
|
||||||
|
pisitools.remove("/usr/lib/libhandy-1.so*")
|
||||||
|
|
||||||
|
|
||||||
pisitools.dodoc("README.md", "LICENSE*")
|
pisitools.dodoc("README.md", "LICENSE*")
|
||||||
|
|||||||
@@ -131,7 +131,7 @@
|
|||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2022-04-28</Date>
|
<Date>2022-04-28</Date>
|
||||||
<Version>1.0.1</Version>
|
<Version>1.0.1</Version>
|
||||||
<Comment>First release</Comment>
|
<Comment>First release.</Comment>
|
||||||
<Name>Ayhan Yalçınsoy</Name>
|
<Name>Ayhan Yalçınsoy</Name>
|
||||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||||
</Update>
|
</Update>
|
||||||
|
|||||||
Reference in New Issue
Block a user