[arch-commits] Commit in heimdall/repos (6 files)

2015-12-06 Thread Felix Yan
Date: Sunday, December 6, 2015 @ 18:06:58
  Author: fyan
Revision: 148934

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  heimdall/repos/community-staging-i686/
  heimdall/repos/community-staging-i686/PKGBUILD
(from rev 148931, heimdall/trunk/PKGBUILD)
  heimdall/repos/community-staging-i686/heimdall.desktop
(from rev 148931, heimdall/trunk/heimdall.desktop)
  heimdall/repos/community-staging-x86_64/
  heimdall/repos/community-staging-x86_64/PKGBUILD
(from rev 148932, heimdall/trunk/PKGBUILD)
  heimdall/repos/community-staging-x86_64/heimdall.desktop
(from rev 148932, heimdall/trunk/heimdall.desktop)

---+
 community-staging-i686/PKGBUILD   |   60 
 community-staging-i686/heimdall.desktop   |9 
 community-staging-x86_64/PKGBUILD |   60 
 community-staging-x86_64/heimdall.desktop |9 
 4 files changed, 138 insertions(+)

Copied: heimdall/repos/community-staging-i686/PKGBUILD (from rev 148931, 
heimdall/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 17:06:58 UTC (rev 148934)
@@ -0,0 +1,60 @@
+# Maintainer: Daniel Micay 
+# Contributor: Todd Musall
+# Contributor: dront78 (Ivan)
+# Contributor: Victor Noel
+# Contributor: ngoonee
+pkgname=heimdall
+pkgver=1.4.1
+pkgrel=2
+pkgdesc='Tool suite used to flash firmware (aka ROMs) onto Samsung mobile 
devices'
+arch=('i686' 'x86_64')
+url='http://www.glassechidna.com.au/products/heimdall/'
+license=('MIT')
+depends=('libusb' 'qt4')
+optdepends=('android-udev: Udev rules to connect Android devices to your linux 
box')
+source=("heimdall-${pkgver}.tar.gz::https://github.com/Benjamin-Dobell/Heimdall/archive/v${pkgver}.tar.gz;
+'heimdall.desktop')
+md5sums=('22c911e9042f5ed8fd90cbeeb9589015'
+ '4ba737aed98dd28c9bceb0723dbd7267')
+
+build() {
+  cd Heimdall-$pkgver
+
+  cd libpit/
+  ./configure --prefix=/usr
+  make
+
+  cd ../heimdall/
+  ./configure --prefix=/usr
+  make
+
+  cd ../heimdall-frontend/
+  env OUTPUTDIR="/usr/bin" qmake-qt4 heimdall-frontend.pro
+  make
+}
+
+package() {
+  install -m644 -D heimdall.desktop 
"$pkgdir/usr/share/applications/heimdall.desktop"
+
+  cd Heimdall-$pkgver
+
+  # Install license file
+  install -m644 -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Install heimdall command line tool
+  cd heimdall/
+
+  # Prevent make install from trying to reload udev
+  # We'll do this the Arch way at package install time
+  mv Makefile Makefile.orig
+  sed -e 's/sudo service udev restart/echo sudo service udev restart/' 
Makefile
+
+  make DESTDIR="$pkgdir" install
+  rm -rf "$pkgdir/lib/"
+
+  # Install heimdall GUI front end
+  cd ../heimdall-frontend
+  # hack to place heimdall-frontend in /usr/bin
+  sed -i 's|local\/||g' Makefile
+  make INSTALL_ROOT="$pkgdir/" install
+}

Copied: heimdall/repos/community-staging-i686/heimdall.desktop (from rev 
148931, heimdall/trunk/heimdall.desktop)
===
--- community-staging-i686/heimdall.desktop (rev 0)
+++ community-staging-i686/heimdall.desktop 2015-12-06 17:06:58 UTC (rev 
148934)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Version=1.0
+Name=Heimdall
+Type=Application
+Comment=Firmware flasher for Samsung mobile devices
+Terminal=false
+Exec=heimdall-frontend
+Icon=phone
+Categories=Development;

Copied: heimdall/repos/community-staging-x86_64/PKGBUILD (from rev 148932, 
heimdall/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 17:06:58 UTC (rev 148934)
@@ -0,0 +1,60 @@
+# Maintainer: Daniel Micay 
+# Contributor: Todd Musall
+# Contributor: dront78 (Ivan)
+# Contributor: Victor Noel
+# Contributor: ngoonee
+pkgname=heimdall
+pkgver=1.4.1
+pkgrel=2
+pkgdesc='Tool suite used to flash firmware (aka ROMs) onto Samsung mobile 
devices'
+arch=('i686' 'x86_64')
+url='http://www.glassechidna.com.au/products/heimdall/'
+license=('MIT')
+depends=('libusb' 'qt4')
+optdepends=('android-udev: Udev rules to connect Android devices to your linux 
box')
+source=("heimdall-${pkgver}.tar.gz::https://github.com/Benjamin-Dobell/Heimdall/archive/v${pkgver}.tar.gz;
+'heimdall.desktop')
+md5sums=('22c911e9042f5ed8fd90cbeeb9589015'
+ '4ba737aed98dd28c9bceb0723dbd7267')
+
+build() {
+  cd Heimdall-$pkgver
+
+  cd libpit/
+  ./configure --prefix=/usr
+  make
+
+  cd ../heimdall/
+  ./configure --prefix=/usr
+  make
+
+  cd ../heimdall-frontend/
+  env OUTPUTDIR="/usr/bin" qmake-qt4 heimdall-frontend.pro
+  make
+}
+
+package() {
+  install -m644 -D 

[arch-commits] Commit in heimdall/repos (6 files)

2015-07-20 Thread Daniel Micay
Date: Tuesday, July 21, 2015 @ 02:52:15
  Author: thestinger
Revision: 137188

archrelease: copy trunk to community-i686, community-x86_64

Added:
  heimdall/repos/community-i686/
  heimdall/repos/community-i686/PKGBUILD
(from rev 137187, heimdall/trunk/PKGBUILD)
  heimdall/repos/community-i686/heimdall.desktop
(from rev 137187, heimdall/trunk/heimdall.desktop)
  heimdall/repos/community-x86_64/
  heimdall/repos/community-x86_64/PKGBUILD
(from rev 137187, heimdall/trunk/PKGBUILD)
  heimdall/repos/community-x86_64/heimdall.desktop
(from rev 137187, heimdall/trunk/heimdall.desktop)

---+
 community-i686/PKGBUILD   |   60 
 community-i686/heimdall.desktop   |9 +
 community-x86_64/PKGBUILD |   60 
 community-x86_64/heimdall.desktop |9 +
 4 files changed, 138 insertions(+)

Copied: heimdall/repos/community-i686/PKGBUILD (from rev 137187, 
heimdall/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-21 00:52:15 UTC (rev 137188)
@@ -0,0 +1,60 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Todd Musall
+# Contributor: dront78 (Ivan)
+# Contributor: Victor Noel
+# Contributor: ngoonee
+pkgname=heimdall
+pkgver=1.4.1
+pkgrel=1
+pkgdesc='Tool suite used to flash firmware (aka ROMs) onto Samsung mobile 
devices'
+arch=('i686' 'x86_64')
+url='http://www.glassechidna.com.au/products/heimdall/'
+license=('MIT')
+depends=('libusb' 'qt4')
+optdepends=('android-udev: Udev rules to connect Android devices to your linux 
box')
+source=(heimdall-${pkgver}.tar.gz::https://github.com/Benjamin-Dobell/Heimdall/archive/v${pkgver}.tar.gz;
+'heimdall.desktop')
+md5sums=('22c911e9042f5ed8fd90cbeeb9589015'
+ '4ba737aed98dd28c9bceb0723dbd7267')
+
+build() {
+  cd Heimdall-$pkgver
+
+  cd libpit/
+  ./configure --prefix=/usr
+  make
+
+  cd ../heimdall/
+  ./configure --prefix=/usr
+  make
+
+  cd ../heimdall-frontend/
+  env OUTPUTDIR=/usr/bin qmake-qt4 heimdall-frontend.pro
+  make
+}
+
+package() {
+  install -m644 -D heimdall.desktop 
$pkgdir/usr/share/applications/heimdall.desktop
+
+  cd Heimdall-$pkgver
+
+  # Install license file
+  install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # Install heimdall command line tool
+  cd heimdall/
+
+  # Prevent make install from trying to reload udev
+  # We'll do this the Arch way at package install time
+  mv Makefile Makefile.orig
+  sed -e 's/sudo service udev restart/echo sudo service udev restart/' 
Makefile.orig Makefile
+
+  make DESTDIR=$pkgdir install
+  rm -rf $pkgdir/lib/
+
+  # Install heimdall GUI front end
+  cd ../heimdall-frontend
+  # hack to place heimdall-frontend in /usr/bin
+  sed -i 's|local\/||g' Makefile
+  make INSTALL_ROOT=$pkgdir/ install
+}

Copied: heimdall/repos/community-i686/heimdall.desktop (from rev 137187, 
heimdall/trunk/heimdall.desktop)
===
--- community-i686/heimdall.desktop (rev 0)
+++ community-i686/heimdall.desktop 2015-07-21 00:52:15 UTC (rev 137188)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Version=1.0
+Name=Heimdall
+Type=Application
+Comment=Firmware flasher for Samsung mobile devices
+Terminal=false
+Exec=heimdall-frontend
+Icon=phone
+Categories=Development;

Copied: heimdall/repos/community-x86_64/PKGBUILD (from rev 137187, 
heimdall/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-07-21 00:52:15 UTC (rev 137188)
@@ -0,0 +1,60 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Todd Musall
+# Contributor: dront78 (Ivan)
+# Contributor: Victor Noel
+# Contributor: ngoonee
+pkgname=heimdall
+pkgver=1.4.1
+pkgrel=1
+pkgdesc='Tool suite used to flash firmware (aka ROMs) onto Samsung mobile 
devices'
+arch=('i686' 'x86_64')
+url='http://www.glassechidna.com.au/products/heimdall/'
+license=('MIT')
+depends=('libusb' 'qt4')
+optdepends=('android-udev: Udev rules to connect Android devices to your linux 
box')
+source=(heimdall-${pkgver}.tar.gz::https://github.com/Benjamin-Dobell/Heimdall/archive/v${pkgver}.tar.gz;
+'heimdall.desktop')
+md5sums=('22c911e9042f5ed8fd90cbeeb9589015'
+ '4ba737aed98dd28c9bceb0723dbd7267')
+
+build() {
+  cd Heimdall-$pkgver
+
+  cd libpit/
+  ./configure --prefix=/usr
+  make
+
+  cd ../heimdall/
+  ./configure --prefix=/usr
+  make
+
+  cd ../heimdall-frontend/
+  env OUTPUTDIR=/usr/bin qmake-qt4 heimdall-frontend.pro
+  make
+}
+
+package() {
+  install -m644 -D heimdall.desktop 
$pkgdir/usr/share/applications/heimdall.desktop
+
+  cd Heimdall-$pkgver
+
+  # Install license file
+  install -m644 -D LICENSE