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.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import mesontools, pisitools
|
||||
|
||||
def setup():
|
||||
mesontools.configure()
|
||||
@@ -17,5 +14,9 @@ def build():
|
||||
|
||||
def 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*")
|
||||
|
||||
@@ -131,7 +131,7 @@
|
||||
<Update release="1">
|
||||
<Date>2022-04-28</Date>
|
||||
<Version>1.0.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Comment>First release.</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
|
||||
Reference in New Issue
Block a user