Skip to content

Commit

Permalink
Add sodepends
Browse files Browse the repository at this point in the history
  • Loading branch information
alucryd committed Jul 16, 2015
1 parent 4b3b3e0 commit 4e602ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion pantheon/eidete-bzr/.SRCINFO
Expand Up @@ -10,10 +10,11 @@ pkgbase = eidete-bzr
license = GPL3
makedepends = bzr
makedepends = cmake
makedepends = granite-bzr
makedepends = vala
depends = granite-bzr
depends = gst-plugins-base-libs
depends = libwnck3
depends = libgranite.so
provides = eidete
conflicts = eidete
source = bzr+lp:eidete
Expand Down
9 changes: 5 additions & 4 deletions pantheon/eidete-bzr/PKGBUILD
Expand Up @@ -9,8 +9,9 @@ arch=('i686' 'x86_64')
url='https://launchpad.net/eidete'
license=('GPL3')
groups=('pantheon-unstable')
depends=('granite-bzr' 'gst-plugins-base-libs' 'libwnck3')
makedepends=('bzr' 'cmake' 'vala')
depends=('gst-plugins-base-libs' 'libwnck3'
'libgranite.so')
makedepends=('bzr' 'cmake' 'granite-bzr' 'vala')
provides=('eidete')
conflicts=('eidete')
install='eidete.install'
Expand All @@ -32,8 +33,8 @@ build() {
mkdir build && cd build

cmake .. \
-DCMAKE_INSTALL_PREFIX='/usr' \
-DCMAKE_EXE_LINKER_FLAGS='-lX11'
-DCMAKE_BUILD_TYPE='Release' \
-DCMAKE_INSTALL_PREFIX='/usr'
make
}

Expand Down

0 comments on commit 4e602ee

Please sign in to comment.