Skip to content

Instantly share code, notes, and snippets.

@unit73e
Created January 5, 2019 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unit73e/abc466efd0b398f08b4874a746b540a1 to your computer and use it in GitHub Desktop.
Save unit73e/abc466efd0b398f08b4874a746b540a1 to your computer and use it in GitHub Desktop.
Makehuman patch
From d780ee929df99fc6a67f30f8fa0eb4a254317ac2 Mon Sep 17 00:00:00 2001
From: Emanuel Amaral Couto <unit73e@gmail.com>
Date: Sat, 5 Jan 2019 15:49:11 +0000
Subject: [PATCH] Fix missing dependency
---
.SRCINFO | 3 ++-
PKGBUILD | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/.SRCINFO b/.SRCINFO
index aa0df92..999cf32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = makehuman
pkgdesc = Parametrical modeling program for creating human bodies
pkgver = 1.1.1
- pkgrel = 2
+ pkgrel = 3
url = http://www.makehumancommunity.org/
arch = any
license = AGPL3
makedepends = mercurial
depends = python2-numpy
depends = python2-pyqt4
+ depends = python2-sip-pyqt4
depends = python2-opengl
source = hg+https://bitbucket.org/MakeHuman/makehuman#tag=1.1.1
source = fix_1184.diff::https://bitbucket.org/MakeHuman/makehuman/commits/deca8874422de7487384393cd71e914910ca6
58e/raw
diff --git a/PKGBUILD b/PKGBUILD
index 79ae54d..14839d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
pkgname=makehuman
pkgver=1.1.1
-pkgrel=2
+pkgrel=3
pkgdesc="Parametrical modeling program for creating human bodies"
arch=('any')
url="http://www.makehumancommunity.org/"
-depends=('python2-numpy' 'python2-pyqt4' 'python2-opengl')
+depends=('python2-numpy' 'python2-pyqt4' 'python2-sip-pyqt4' 'python2-opengl')
makedepends=('mercurial')
license=('AGPL3')
source=("hg+https://bitbucket.org/MakeHuman/makehuman#tag=$pkgver"
--
2.20.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment