Skip to content
Snippets Groups Projects
Commit 03c7a30e authored by Guillaume Alaux's avatar Guillaume Alaux
Browse files

Fix FS#40023 - fails checksum

parent 05cde36c
No related branches found
No related tags found
No related merge requests found
......@@ -16,10 +16,10 @@ depends=('vte' 'pygtk' 'xdg-utils' 'python2-notify' 'python2-keybinder2')
makedepends=('desktop-file-utils' 'gettext' 'intltool')
install=terminator.install
source=("http://launchpad.net/terminator/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz")
sha256sums=('0281b568913f392eec92ebee3c6fea15afe4f4e01869bad38d9efe0eb305be49')
sha256sums=('9131847023fa22f11cf812f6ceff51b5d66d140b6518ad41d7fa8b0742bfd3f7')
build() {
cd ${srcdir}/trunk
cd "${srcdir}/${pkgname}-${pkgver}"
# python2 fix
for file in terminatorlib/{,plugins/}*.py; do
......@@ -31,12 +31,9 @@ build() {
}
package() {
cd ${srcdir}/trunk
cd "${srcdir}/${pkgname}-${pkgver}"
python2 setup.py install --skip-build --root=${pkgdir}
rm -f ${pkgdir}/usr/share/applications/${pkgname}.desktop
rm -f ${pkgdir}/usr/share/icons/hicolor/icon-theme.cache
install -D -m644 ${srcdir}/trunk/data/${pkgname}.desktop.in ${pkgdir}/usr/share/applications/${pkgname}.desktop
sed -i 's|_||' ${pkgdir}/usr/share/applications/${pkgname}.desktop
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment