aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2020-03-03 17:55:43 +0100
committerbartus2020-03-03 18:33:19 +0100
commita6b4739948cdc5f5162055d4acac06799301e887 (patch)
tree6248bc33520b0d7121612d2aa587b2879baf1131
parent67199264fc06bb7b9dc642da5adf2612840a13c8 (diff)
downloadaur-a6b4739948cdc5f5162055d4acac06799301e887.tar.gz
Drop old desktop and install files.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 1 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 386c08cdb14c..6d5da073a56d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = blender-2.8-git
pkgver = 2.83.r93807.g78383f7a9f9
pkgrel = 1
url = https://blender.org/
- install = blender.install
arch = i686
arch = x86_64
license = GPL
@@ -18,8 +17,6 @@ pkgbase = blender-2.8-git
depends = python
depends = python-numpy
depends = openjpeg
- depends = desktop-file-utils
- depends = hicolor-icon-theme
depends = ffmpeg
depends = fftw
depends = openal
@@ -44,7 +41,6 @@ pkgbase = blender-2.8-git
source = blender-addons-contrib.git::git://git.blender.org/blender-addons-contrib.git
source = blender-translations.git::git://git.blender.org/blender-translations.git
source = blender-dev-tools.git::git://git.blender.org/blender-dev-tools.git
- source = blender-2.8.desktop
source = SelectCudaComputeArch.patch
source = usd_python.patch
source = embree.patch
@@ -53,7 +49,6 @@ pkgbase = blender-2.8-git
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
- sha256sums = 9d7bd988939f4e8d06adc3166bacd76cc87a488b40f042f033863af35eadfc43
sha256sums = 66b9bf3db441f35119ef0eb5f855142f2e773e8002ac0216e056bcc6f8ac409c
sha256sums = 893b127c9e0ea1a67905434f729b45a993c58a7ea954f9f89480ad1cc0578849
sha256sums = 42afe119529a5350034a489225958112bf4b84bdee38757a932e5caaa9bd5ed4
diff --git a/PKGBUILD b/PKGBUILD
index 077242fe8f70..a31bd8b99916 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ pkgrel=1
pkgdesc="Development version of Blender 2.8 branch"
arch=('i686' 'x86_64')
url="https://blender.org/"
-depends=('alembic' 'libgl' 'python' 'python-numpy' 'openjpeg' 'desktop-file-utils' 'hicolor-icon-theme'
+depends+=('alembic' 'libgl' 'python' 'python-numpy' 'openjpeg'
'ffmpeg' 'fftw' 'openal' 'freetype2' 'libxi' 'openimageio' 'opencolorio' 'openimagedenoise'
'openvdb' 'opencollada' 'opensubdiv' 'openshadinglanguage' 'libtiff' 'libpng' 'embree' 'usd=19.11')
makedepends=('git' 'cmake' 'boost' 'mesa' 'llvm')
@@ -29,7 +29,6 @@ makedepends=('git' 'cmake' 'boost' 'mesa' 'llvm')
provides=("blender-${pkgver%%.r*}")
conflicts=("blender-${pkgver%%.r*}")
license=('GPL')
-install=blender.install
# NOTE: the source array has to be kept in sync with .gitmodules
# the submodules has to be stored in path ending with git to match
# the path in .gitmodules.
@@ -40,7 +39,6 @@ source=("git://git.blender.org/blender.git${_fragment}"
'blender-addons-contrib.git::git://git.blender.org/blender-addons-contrib.git'
'blender-translations.git::git://git.blender.org/blender-translations.git'
'blender-dev-tools.git::git://git.blender.org/blender-dev-tools.git'
- blender-2.8.desktop
SelectCudaComputeArch.patch
usd_python.patch #add missing python headers when building against python enabled usd.
embree.patch #add missing embree link.
@@ -50,7 +48,6 @@ sha256sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
- '9d7bd988939f4e8d06adc3166bacd76cc87a488b40f042f033863af35eadfc43'
'66b9bf3db441f35119ef0eb5f855142f2e773e8002ac0216e056bcc6f8ac409c'
'893b127c9e0ea1a67905434f729b45a993c58a7ea954f9f89480ad1cc0578849'
'42afe119529a5350034a489225958112bf4b84bdee38757a932e5caaa9bd5ed4')