Package Details: tscdriver 1.2.06-1

Git Clone URL: https://aur.archlinux.org/tscdriver.git (read-only, click to copy)
Package Base: tscdriver
Description: Drivers for TSC Printers
Upstream URL: https://www.tscprinters.com
Licenses: custom:proprietary
Submitter: rafaelff
Maintainer: rafaelff
Last Packager: rafaelff
Votes: 2
Popularity: 1.00
First Submitted: 2014-12-27 03:08 (UTC)
Last Updated: 2022-06-25 00:35 (UTC)

Latest Comments

swiftgeek commented on 2022-06-21 00:36 (UTC)

-pkgver=1.2.02
+pkgver=1.2.06
-source=("$pkgname-$pkgver.zip::$url/EN/DownloadFile/DownloadFileSupport/1110/Linux64_v$pkgver.zip?m_id=4124")
-sha256sums=('381b0306b2bb6545d1019f99198a30841939d2deb2dcb3cda0c59d81ec185b3d')
+source=("https://fs.tscprinters.com/system/files/linux64_v$pkgver.zip")
+sha256sums=('54ab6552d1a0834db816e462a548b65156bd4702e67baa9e895b849f9d487a68')
+
+prepare() {
+ cd "${srcdir}/"
+ tar -xf "${srcdir}/Linux64_v${pkgver}/barcodedriver-${pkgver}_x86-64.tar.gz"
+}

rafaelff commented on 2021-01-30 16:00 (UTC)

Thanks, ChenyHsu

ChenyHsu commented on 2021-01-30 06:53 (UTC) (edited on 2021-01-30 06:59 (UTC) by ChenyHsu)

Not sure if I edit PKGBUILD in the right way, but at least it works. (Tested with an TSC TTP-244 Pro printer)


--- PKGBUILD?h=tscdriver 2021-01-29 20:07:42.000000000 +0800

+++ ./PKGBUILD 2021-01-30 14:49:18.610301194 +0800

@@ -1,8 +1,8 @@

# Maintainer: rafaelff rafaelff@gnome.org

pkgname=tscdriver

-pkgver=0.4.03

-pkgrel=1

+pkgver=1.2.02

+pkgrel=2

pkgdesc="Drivers for TSC Printers"

arch=(x86_64)

url="https://www.tscprinters.com"

@@ -10,10 +10,10 @@

depends=(gtk2)

makedepends=(unzip)

source=("$pkgname-$pkgver.zip::$url/EN/DownloadFile/DownloadFileSupport/1110/Linux64_v$pkgver.zip?m_id=4124")

-sha256sums=('bf94e7d115ec9df4708b20721a7389ee91711fed48d0cc0949ad11e214efaff6')

+sha256sums=('381b0306b2bb6545d1019f99198a30841939d2deb2dcb3cda0c59d81ec185b3d')

prepare() {

- tar xf "$pkgname-$pkgver-$CARCH.tar.gz"

+ unzip "$pkgname-$pkgver.zip"

}

package() {

@@ -24,8 +24,8 @@

install -vm4755 thermalprinterut "$pkgdir/usr/bin/"

install -vdm755 "$pkgdir/usr/lib/cups/backend/"

- install -vm755 backend/tscusb "$pkgdir/usr/lib/cups/backend/"

- install -vm755 backend/tscsocket "$pkgdir/usr/lib/cups/backend/"

+ install -vm755 backend/brusb "$pkgdir/usr/lib/cups/backend/"

+ install -vm755 backend/brsocket "$pkgdir/usr/lib/cups/backend/"

install -vdm755 "$pkgdir/usr/lib/cups/filter/"

install -vm755 rastertobarcodetspl "$pkgdir/usr/lib/cups/filter/rastertobarcodetspl"

rafaelff commented on 2018-12-16 20:58 (UTC)

@lunick: I made a few changes, but source URL is now fixed. Thanks!

lunick commented on 2018-12-15 17:05 (UTC) (edited on 2018-12-15 17:14 (UTC) by lunick)

Hi. Small correct PKGBUILD and pkg great build. Sorry from my eng =)


--source=("Linux64_v$pkgver.zip::$url/EN/DownloadFile/DownloadFileSupport/1103/3174")

++ source=("Linux64_v$pkgver.zip::$url/EN/DownloadFile/DownloadFileSupport/1103/Linux64_v0.2.06.zip?m_id=3174")

--md5sums=('ea523125745496cc2f0de0d8969b15e5')

++md5sums=('162e30a08ae475ee4375f0181cefc957')

-- cd "$srcdir"

++ cd "$srcdir/Linux64_v$pkgver"

-- cd "$pkgname-$pkgver"

++ cd "Linux64_v$pkgver/$pkgname-$pkgver"

k0ste commented on 2015-01-26 03:40 (UTC)

duplicate was removed.

rafaelff commented on 2015-01-23 12:59 (UTC)

k0ste: I created tsc, but later renamed it to tscdriver in order to allow http://www.secretchronicles.de/en/ to be 'tsc' (also because I think it is a more proper name for these printer drivers). Right now I shouldn't add conflicts as your duplicate was remove, which is good to keep AUR clean... Sorry for the issue, please use tscdriver from now on, ok? Cheers

k0ste commented on 2015-01-23 03:38 (UTC)

josephgbr, please add to PKGBUILD conflicts=('tsc') for transparent move from old package. Or package tsc is reserved for something other?