eta-pen.paketlendi
This commit is contained in:
		
							parent
							
								
									2801b9a6c5
								
							
						
					
					
						commit
						d27de463e1
					
				
					 3 changed files with 41 additions and 0 deletions
				
			
		
							
								
								
									
										14
									
								
								talimatname/genel/eta-pen/eta-pen.desktop
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								talimatname/genel/eta-pen/eta-pen.desktop
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,14 @@
 | 
			
		|||
#!/usr/bin/env xdg-open
 | 
			
		||||
[Desktop Entry]
 | 
			
		||||
Version=1.0
 | 
			
		||||
Name=Eta-pen
 | 
			
		||||
Name[tr]=Tahta Kalemi
 | 
			
		||||
Type=Application
 | 
			
		||||
Comment=Screen Drawing Tool
 | 
			
		||||
Comment[tr]=Ekran Çizim Aracı
 | 
			
		||||
Terminal=false
 | 
			
		||||
Exec=/usr/bin/eta-pen
 | 
			
		||||
Icon=/usr/share/icons/tahtakalemi.png
 | 
			
		||||
Categories=Qt;Education;
 | 
			
		||||
GenericName=Screen Drawing Tool
 | 
			
		||||
GenericName[tr]=Ekran Çizim Aracı
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								talimatname/genel/eta-pen/tahtakalemi.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								talimatname/genel/eta-pen/tahtakalemi.png
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 32 KiB  | 
							
								
								
									
										27
									
								
								talimatname/genel/eta-pen/talimat
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								talimatname/genel/eta-pen/talimat
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,27 @@
 | 
			
		|||
# Description: Ekrana birşeyler çizme için basit bir araç
 | 
			
		||||
# URL: https://github.com/E-Tahta/eta-pen
 | 
			
		||||
# Packager: Cihan Alkan
 | 
			
		||||
# Depends on: qt5
 | 
			
		||||
 | 
			
		||||
name=eta-pen
 | 
			
		||||
version=0.1.2
 | 
			
		||||
release=1
 | 
			
		||||
 | 
			
		||||
source=(https://github.com/E-Tahta/eta-pen/archive/master.tar.gz::$name-$version.tar.gz
 | 
			
		||||
		tahtakalemi.png
 | 
			
		||||
        eta-pen.desktop)
 | 
			
		||||
 | 
			
		||||
build() {
 | 
			
		||||
	
 | 
			
		||||
	cd $SRC/$name-master
 | 
			
		||||
	qmake-qt5 eta-pen.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug 
 | 
			
		||||
	make
 | 
			
		||||
	mkdir -p $PKG/usr/bin
 | 
			
		||||
	mkdir -p $PKG/usr/share/applications
 | 
			
		||||
	mkdir -p $PKG/usr/share/icons
 | 
			
		||||
 | 
			
		||||
	mv $name $PKG/usr/bin/
 | 
			
		||||
	mv $SRC/$name.desktop $PKG/usr/share/applications/
 | 
			
		||||
	mv $SRC/tahtakalemi.png $PKG/usr/share/icons/
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		
		Reference in a new issue