Skip to content

Commit

Permalink
Add depends
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jan 11, 2015
1 parent 0f43d87 commit 6a3db4c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
21 changes: 11 additions & 10 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ Build-Depends: debhelper (>= 7),
libxext-dev,
libgl1-mesa-dev,
libglu1-mesa-dev,
gambas3-dev (>= 3.5.0),
gambas3-gb-image (>= 3.5.0),
gambas3-gb-qt4 (>= 3.5.0),
gambas3-gb-form (>= 3.5.0),
gambas3-gb-desktop (>= 3.5.0),
gambas3-dev (>= 3.6.0),
gambas3-gb-image (>= 3.6.0),
gambas3-gb-qt4 (>= 3.6.0),
gambas3-gb-form (>= 3.6.0),
gambas3-gb-desktop (>= 3.6.0),
gambas3-gb-desktop-x11 (>= 3.6.0),
imagemagick
Standards-Version: 3.9.4
Vcs-Browser: https://github.com/eloaders/I-Nex
Expand All @@ -28,11 +29,11 @@ Vcs-Git: https://github.com/eloaders/I-Nex.git
Package: i-nex
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
gambas3-runtime (>= 3.5.0),
gambas3-gb-image (>= 3.5.0),
gambas3-gb-qt4 (>= 3.5.0),
gambas3-gb-form (>= 3.5.0),
gambas3-gb-desktop (>= 3.5.0),
gambas3-runtime (>= 3.6.0),
gambas3-gb-image (>= 3.6.0),
gambas3-gb-qt4 (>= 3.6.0),
gambas3-gb-form (>= 3.6.0),
gambas3-gb-desktop (>= 3.6.0),
grep (>= 2.5),
bash (>= 4.1),
coreutils (>= 7.4),
Expand Down
3 changes: 2 additions & 1 deletion dists/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ depends=('gambas3-runtime'
'gambas3-gb-form'
'gambas3-gb-desktop'
'gambas3-gb-qt4'
'gambas3-gb-desktop-x11'
'python2'
'libcpuid-git'
'xorg-server-utils'
Expand Down Expand Up @@ -42,7 +43,7 @@ prepare() {
sed -i 's|python3$|python2|' pastebinit
# make it dynamic
sed -i -e 's|^STATIC.*|STATIC = false|' i-nex.mk
sed -i -e 's|^UDEV_RULES_DIR.*|UDEV_RULES_DIR = /lib/udev/rules.d|' i-nex.mk
sed -i -e 's|^UDEV_RULES_DIR.*|UDEV_RULES_DIR = /usr/lib/udev/rules.d|' i-nex.mk
cd I-Nex
autoreconf -i
}
Expand Down

0 comments on commit 6a3db4c

Please sign in to comment.