~eloaders/i-nex/I-Nex

« back to all changes in this revision

Viewing changes to dists/PKGBUILD

  • Committer: eloaders
  • Date: 2016-11-12 18:08:29 UTC
  • Revision ID: git-v1:5ce85679ea5e86f8c5d04684e824c5ab508c8dbe
Fixes #8 Reconstruction of code

Remove changelogs
Create new changelog.md
Add new file to format git log as markdown
Fixes for i-nex-lspci - now i-nex at run copy need files to user.home dir
Remove pastebinit from code

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
url="http://i-nex.linux.pl/"
9
9
license=('LGPL3')
10
10
depends=('gambas3-runtime' 
11
 
         'gambas3-gb-image' 
12
 
         'gambas3-gb-form'
 
11
                 'gambas3-gb-image' 
 
12
                 'gambas3-gb-form'
13
13
         'gambas3-gb-desktop'
14
14
         'gambas3-gb-qt5'
15
15
         'gambas3-gb-desktop-x11'
16
 
         'python2' 
 
16
         'pastebinit' 
17
17
         'libcpuid-git'
18
18
         'xorg-server-utils' 
19
19
         'lsb-release')
20
 
makedepends=('gambas3-devel' 'gcc' 'imagemagick' 'git')
 
20
makedepends=('gambas3-devel' 'gcc' 'git')
21
21
source=("$pkgname::git+https://github.com/eloaders/I-Nex.git")
22
22
sha256sums=('SKIP')
23
23
provides=('i-nex' 'i-nex-bzr' 'i-nex-dev')
28
28
}
29
29
prepare() {
30
30
  cd $pkgname
31
 
  sed -i 's|python3$|python2|' pastebinit
32
31
  # make it dynamic
33
32
  sed -i -e 's|^STATIC.*|STATIC = false|' i-nex.mk
34
33
  sed -i -e 's|^UDEV_RULES_DIR.*|UDEV_RULES_DIR = /usr/lib/udev/rules.d|' i-nex.mk