Skip to content

Instantly share code, notes, and snippets.

@maidis
Created April 9, 2012 22:13
Show Gist options
  • Save maidis/2346946 to your computer and use it in GitHub Desktop.
Save maidis/2346946 to your computer and use it in GitHub Desktop.
kde-l10n-tr - actions.py
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 2.
# See the file http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
from pisi.actionsapi import shelltools
from pisi.actionsapi import kde4
from pisi.actionsapi import get
shelltools.export("HOME", get.workDIR())
def setup():
kde4.configure()
def build():
kde4.make()
def install():
kde4.install()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment